Skip to content

Commit d582133

Browse files
committed
update travis
1 parent 50b4c4a commit d582133

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ addons:
1313
# The different configurations we want to test. You could also do things like
1414
# change flags or use --stack-yaml to point to a different file.
1515
env:
16-
- ARGS="--resolver lts"
16+
- ARGS="--resolver lts"
17+
- ARGS="--resolver nightly"
1718
## - ARGS="--resolver lts-11.5"
18-
## - ARGS="--resolver lts-12.14"
19+
- ARGS="--resolver lts-12.14"
1920
- ARGS="--resolver nightly-2019-08-04"
2021

2122

0 commit comments

Comments
 (0)