Skip to content

Commit

Permalink
travis: better otp version def.
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Apr 7, 2017
1 parent e28823b commit ed938cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -6,13 +6,11 @@ elixir:
- 1.3
- 1.4
otp_release:
- 18.2
- 19
- 18.3
- 19.3
script:
- MIX_ENV=test mix test --trace
after_success:
- MIX_ENV=test mix credo -a
- mix coveralls.travis
services:
- redis-server
sudo: false

0 comments on commit ed938cb

Please sign in to comment.