Skip to content

Commit 23070a9

Browse files
committed
test
1 parent 536c520 commit 23070a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ matrix:
1010
# FAIL Compiles library, compiles tests (if doc is commented out) but does not pass all tests (FloatCast issue)
1111
#- env: IMG=quid2/eta CMD="etlas --version;etlas update;etlas build --enable-tests;etlas test"
1212
# ghcjs OK SETUP VERSION BEFORE RUNNING
13-
- env: VER=0.4.3 IMG=quid2/ghcjs-8.4.0.1 CMD='cabal --ghcjs new-build --enable-tests;node dist-newstyle/build/x86_64-linux/ghcjs-8.4.0.1/flat-0.4.3/t/doc-static/build/doc-static/doc-static.jsexe/all.js;node dist-newstyle/build/x86_64-linux/ghcjs-8.4.0.1/flat-0.4.3/t/spec/build/spec/spec.jsexe/all.js'
13+
#- env: VER=0.4.3 IMG=quid2/ghcjs-8.4.0.1 CMD='cabal --ghcjs new-build --enable-tests;node dist-newstyle/build/x86_64-linux/ghcjs-8.4.0.1/flat-0.4.3/t/doc-static/build/doc-static/doc-static.jsexe/all.js;node dist-newstyle/build/x86_64-linux/ghcjs-8.4.0.1/flat-0.4.3/t/spec/build/spec/spec.jsexe/all.js'
1414
# # cabal OK
1515
#- env: IMG=quid2/x32-ubuntu-cabal CMD="cabal v2-update;cabal v2-build --only-dependencies --enable-tests;cabal v2-build;cabal v2-test"
1616
# # ghc 7.10.3 OK
17-
- env: IMG=quid2/x64-ubuntu-stack-lts-6.35 CMD="stack test --no-terminal --stack-yaml stack-6.35.yaml"
17+
#- env: IMG=quid2/x64-ubuntu-stack-lts-6.35 CMD="stack test --no-terminal --stack-yaml stack-6.35.yaml"
1818
# # #ghc 8.0.2 OK
1919
#- env: IMG=quid2/x64-ubuntu-stack-lts-9.21 CMD="stack test --no-terminal --stack-yaml stack-9.21.yaml"
2020
# # #ghc 8.2.2 OK
@@ -24,7 +24,7 @@ matrix:
2424
# # # ghc 8.6.5 OK
2525
#- env: IMG=quid2/x64-ubuntu-stack-lts-14.27 CMD="stack test --no-terminal --resolver lts-14.27"
2626
# # # ghc 8.8.3 (OK, but slow in running some tests)
27-
#- env: IMG=quid2/x64-ubuntu-stack-lts-15.11 CMD="stack test --no-terminal --resolver lts-15.11"
27+
- env: IMG=quid2/x64-ubuntu-stack-lts-15.11 CMD="stack test --no-terminal --resolver lts-15.11"
2828

2929
before_install:
3030
- PKG=${PWD##*/}

0 commit comments

Comments
 (0)