Skip to content

Commit

Permalink
ci: use latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Aug 3, 2018
1 parent 7f9e607 commit 5ed6f14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: elixir
elixir:
- 1.5.3
- 1.6.5
- 1.7.0
- 1.6.6
- 1.7.1
otp_release:
- 19.2
- 20.3.1
- 21.0.3
- 19.3.6
- 20.3.8
- 21.0.4
script:
- "MIX_ENV=test mix do deps.get, compile, test"

0 comments on commit 5ed6f14

Please sign in to comment.