Skip to content

Commit

Permalink
Using a simpler travis build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
h4cc committed Jun 12, 2018
1 parent f36811a commit 81a4fe0
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
language: elixir
sudo: false

otp_release:
- 18.3
- 19.3
- 20.0
- 20.1
- 20.2
- 20.3

elixir:
- 1.3
- 1.4
- 1.5
- 1.6
matrix:
include:
- elixir: 1.3
otp_release: 18.3
- elixir: 1.4
otp_release: 19.3
- elixir: 1.5
otp_release: 20.3
- elixir: 1.6
otp_release: 20.3

env:
global:
Expand Down

0 comments on commit 81a4fe0

Please sign in to comment.