This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,15 @@ install:
27
27
# Bring in GHC if not already present
28
28
- ./travis_long stack +RTS -N2 -RTS setup
29
29
# Build the dependencies only.
30
- - ./travis_long stack +RTS -N2 -RTS build --only-snapshot --pedantic
30
+ # - ./travis_long stack +RTS -N2 -RTS build --only-snapshot --pedantic
31
+ - ./travis_long stack build --only-snapshot --pedantic
31
32
32
33
script :
33
- # - ./travis_long stack +RTS -N2 -RTS build --pedantic
34
- - ./travis_long stack +RTS -N2 -RTS build
34
+ - ./travis_long stack build --pedantic
35
+ # - ./travis_long stack +RTS -N2 -RTS build
35
36
# - ./travis_long stack +RTS -N2 -RTS build --test --pedantic
36
- - ./travis_long stack +RTS -N2 -RTS build --test
37
+ - ./travis_long stack build --test --pedantic
38
+ # - ./travis_long stack +RTS -N2 -RTS build --test
37
39
- ./travis_long stack exec emacs24 -- -q --batch -L elisp -l elisp/tests/haskell-ide-engine-tests.el -f ert-run-tests-batch-and-exit
38
40
# Re-enable the haddock tests when the warning in HaRe does not trigger a problem
39
41
# - ./travis_long stack +RTS -N2 -RTS build --test --haddock
You can’t perform that action at this time.
0 commit comments