Skip to content

Commit 207a562

Browse files
leaexploresjosevalim
authored andcommitted
Test against Elixir 1.4 (phoenixframework#136)
1 parent efc4209 commit 207a562

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.travis.yml

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
language: elixir
2-
elixir:
3-
- "1.2.5"
4-
- "1.3.2"
5-
otp_release:
6-
- 18.1
2+
matrix:
3+
include:
4+
- otp_release: 18.3
5+
elixir: 1.2.6
6+
- otp_release: 18.3
7+
elixir: 1.3.2
8+
- otp_release: 19.2
9+
elixir: 1.3.2
10+
- otp_release: 18.3
11+
elixir: 1.4.0
12+
- otp_release: 19.2
13+
elixir: 1.4.0
714
sudo: false
815
before_script:
916
- mix deps.get --only test

0 commit comments

Comments
 (0)