Skip to content

Commit

Permalink
Update buil matrix on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Sep 10, 2016
1 parent 991eac3 commit 3863cc2
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
language: elixir

elixir: 1.0.3

otp_release:
- 17.4
matrix:
include:
- otp_release: 17.5
elixir: 1.0.5
- otp_release: 17.5
elixir: 1.1.1
- otp_release: 18.3
elixir: 1.2.6
- otp_release: 18.3
elixir: 1.3.2
- otp_release: 19.0
elixir: 1.3.2

sudo: false

Expand Down

0 comments on commit 3863cc2

Please sign in to comment.