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