Skip to content

Commit 855d3d0

Browse files
committedOct 26, 2019
have CI run using elm 0.19.1
Thanks to Kalabibishkis on slack for this syntax. We have to pick the latest version of elm-format even though we do not use it to avoid an install error on travis.
1 parent 430dd73 commit 855d3d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
language: elm
22

3+
elm:
4+
- latest
5+
6+
elm_test: latest
7+
8+
elm_format: latest
9+
310
script:
411
- bash tests/run-tests.sh

0 commit comments

Comments
 (0)