Skip to content

Commit 624a5bb

Browse files
author
Devin Torres
committed
Update .travis.yml
1 parent e7d1e93 commit 624a5bb

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

.travis.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
language: elixir
2-
elixir: 1.0.1
2+
elixir:
3+
- 1.2.0
4+
- 1.1.1
5+
- 1.1.0
6+
- 1.0.5
7+
- 1.0.4
38
otp_release:
9+
- 18.2
10+
- 18.1
11+
- 18.0
12+
- 17.5
13+
- 17.4
414
- 17.3
515
before_install:
616
- sudo apt-get update -qq
717
- sudo apt-get install -qq rhino
8-
before_script:
9-
- MIX_ENV=test mix deps.get
10-
script:
11-
- mix test
1218
env:
1319
- EXECJS_RUNTIME=Node
1420
- EXECJS_RUNTIME=Rhino

0 commit comments

Comments
 (0)