Skip to content

Commit 7bfbef8

Browse files
authored
Merge pull request #35 from Porges/update-travis-script
Update .travis.yml
2 parents 1bde8af + ffbe2e9 commit 7bfbef8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,16 @@ env:
1919
- ARGS="--resolver lts-7"
2020
- ARGS="--resolver lts-8"
2121
- ARGS="--resolver lts-9"
22+
- ARGS="--resolver lts-10"
23+
- ARGS="--resolver lts-11"
2224
- ARGS="--resolver lts"
2325
- ARGS="--resolver nightly"
2426

27+
matrix:
28+
allow_failures:
29+
# nightly build is allowed to fail
30+
- env: ARGS="--resolver nightly"
31+
2532
before_install:
2633
# Download and unpack the stack executable
2734
- mkdir -p ~/.local/bin

0 commit comments

Comments
 (0)