Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Update travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Sep 30, 2015
1 parent 851229d commit 5908a90
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ sudo: false
language: elixir

elixir:
- 1.0.4
- 1.0.3
- 1.0.5

otp_release:
- 17.4
- 17.5

matrix:
include:
- elixir: 1.1.0
otp_release: 18.0
- elixir: 1.1.0
otp_release: 18.1

env:
matrix:
Expand Down

0 comments on commit 5908a90

Please sign in to comment.