Skip to content

Commit

Permalink
update travis matrix (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson authored Aug 19, 2017
1 parent bc8dfab commit 3817edb
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
language: elixir
elixir:
- 1.3.3
otp_release:
- 19.1
matrix:
include:
- otp_release: 18.3
elixir: 1.3
- otp_release: 19.3
elixir: 1.3
- otp_release: 18.3
elixir: 1.4
- otp_release: 19.3
elixir: 1.4
- otp_release: 20.0
elixir: 1.4
- otp_release: 19.3
elixir: 1.5
- otp_release: 20.0
elixir: 1.5
sudo: false
after_script:
- MIX_ENV=test mix coveralls.travis

0 comments on commit 3817edb

Please sign in to comment.