Skip to content

Commit 7bd7aa2

Browse files
committed
Update elixir versions in .travis.yaml
1 parent 702168a commit 7bd7aa2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: elixir
22
elixir:
3-
- 1.3.4
4-
- 1.4.0
5-
- 1.5.0
6-
otp_release:
7-
- 18.1
3+
- '1.4'
4+
- '1.5'
5+
- '1.6'
6+
- '1.7'
87
script:
98
- "MIX_ENV=test mix do deps.get, compile, coveralls.travis"

0 commit comments

Comments
 (0)