Skip to content

Commit

Permalink
Add newer OTP/Elixir versions to Travis CI (lexmag#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigues authored and lexmag committed Jul 8, 2018
1 parent 11933f1 commit 8ccdbd3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ matrix:
elixir: 1.3.2
- otp_release: 19.0
elixir: 1.3.2
- otp_release: 20.3
elixir: 1.5
- otp_release: 20.3
elixir: 1.6
env: STATIX_TEST_RUNTIME_CONFIG=false
- otp_release: 19.0
elixir: 1.3.2
- otp_release: 20.3
elixir: 1.6
env: STATIX_TEST_RUNTIME_CONFIG=true
- otp_release: 21.0
elixir: 1.6

sudo: false

Expand Down

0 comments on commit 8ccdbd3

Please sign in to comment.