Skip to content

Commit

Permalink
update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
falood committed Mar 26, 2018
1 parent 595e307 commit 2bfb8dd
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .travis.yml
Expand Up @@ -2,24 +2,23 @@ language: elixir

matrix:
include:
- otp_release: 18.3
elixir: 1.3.4
- otp_release: 19.3
elixir: 1.3.4

- otp_release: 18.3
elixir: 1.4.5
- otp_release: 19.3
elixir: 1.4.5
- otp_release: 20.0
- otp_release: 20.3
elixir: 1.4.5

- otp_release: 18.3
elixir: 1.5.0
- otp_release: 19.3
elixir: 1.5.0
- otp_release: 20.0
elixir: 1.5.0
elixir: 1.5.3
- otp_release: 20.3
elixir: 1.5.3

- otp_release: 19.3
elixir: 1.6.4
- otp_release: 20.3
elixir: 1.6.4

sudo: false
notifications:
Expand Down

0 comments on commit 2bfb8dd

Please sign in to comment.