summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2d7b9d3a41727dadcd0184d91e625cccf198dd92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
language: elixir
sudo: false
elixir:
  - 1.3
otp_release:
  - 18.3
  - 19.0
script:
  - "MIX_ENV=test mix do deps.get, compile, coveralls.travis"
notifications:
  recipients:
    - paulschoenfelder@gmail.com