Skip to content

Commit ee86c1e

Browse files
authored
Update .travis.yml
1 parent d4a8692 commit ee86c1e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
language: elixir
2-
elixir:
3-
- 1.0.5
4-
- 1.4.3
5-
- 1.6.0
6-
otp_release:
7-
- 18.0
82
cache: apt
93
env:
104
- EVM_EMACS=24.3 TEST_RUN="rake test"
@@ -13,6 +7,14 @@ env:
137
- EVM_EMACS=25.1 TEST_RUN="rake test"
148
- EVM_EMACS=25.2 TEST_RUN="rake test"
159
- EVM_EMACS=git-snapshot TEST_RUN="rake test"
10+
matrix:
11+
include:
12+
- elixir: 1.0.5
13+
otp_release: 17.4
14+
- elixir: 1.4.3
15+
otp_release: 18.0
16+
- elixir: 1.6.0
17+
otp_release: 20.1
1618
before_install:
1719
- curl -fsSkL https://gist.githubusercontent.com/tonini/09a8bec7a0b2c219e0d7/raw > travis.sh && source ./travis.sh
1820
- evm install emacs-$EVM_EMACS-travis --use --skip

0 commit comments

Comments
 (0)