Skip to content

Commit

Permalink
ci: reduce number of runners
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Aug 3, 2018
1 parent 5ed6f14 commit 2ad89e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.6
- 1.7.1
otp_release:
- 19.3.6
- 20.3.8
- 21.0.4
matrix:
include:
- elixir: 1.5.3
otp_release: 20.3.8
- elixir: 1.6.6
otp_release: 21.0.4
- elixir: 1.7.1
otp_release: 21.0.4
script:
- "MIX_ENV=test mix do deps.get, compile, test"

0 comments on commit 2ad89e4

Please sign in to comment.