File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ matrix:
10
10
# FAIL Compiles library, compiles tests (if doc is commented out) but does not pass all tests (FloatCast issue)
11
11
# - env: IMG=quid2/eta CMD="etlas --version;etlas update;etlas build --enable-tests;etlas test"
12
12
# 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'
14
14
# # cabal OK
15
15
# - env: IMG=quid2/x32-ubuntu-cabal CMD="cabal v2-update;cabal v2-build --only-dependencies --enable-tests;cabal v2-build;cabal v2-test"
16
16
# # 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"
18
18
# # #ghc 8.0.2 OK
19
19
# - env: IMG=quid2/x64-ubuntu-stack-lts-9.21 CMD="stack test --no-terminal --stack-yaml stack-9.21.yaml"
20
20
# # #ghc 8.2.2 OK
@@ -24,7 +24,7 @@ matrix:
24
24
# # # ghc 8.6.5 OK
25
25
# - env: IMG=quid2/x64-ubuntu-stack-lts-14.27 CMD="stack test --no-terminal --resolver lts-14.27"
26
26
# # # 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"
28
28
29
29
before_install :
30
30
- PKG=${PWD##*/}
You can’t perform that action at this time.
0 commit comments