Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit f58a15d

Browse files
committed
Travis single process #2
1 parent 74eb067 commit f58a15d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ install:
3131
- ./travis_long stack build --only-snapshot --pedantic
3232

3333
script:
34-
- ./travis_long stack build --pedantic
34+
# - ./travis_long stack build --pedantic
3535
# - ./travis_long stack +RTS -N2 -RTS build
36+
- ./travis_long stack +RTS -N1 -RTS build --pedantic
3637
# - ./travis_long stack +RTS -N2 -RTS build --test --pedantic
37-
- ./travis_long stack build --test --pedantic
38+
- ./travis_long stack +RTS -N1 -RTS build --test --pedantic
39+
# - ./travis_long stack build --test --pedantic
3840
# - ./travis_long stack +RTS -N2 -RTS build --test
3941
- ./travis_long stack exec emacs24 -- -q --batch -L elisp -l elisp/tests/haskell-ide-engine-tests.el -f ert-run-tests-batch-and-exit
4042
# Re-enable the haddock tests when the warning in HaRe does not trigger a problem

0 commit comments

Comments
 (0)