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

Commit 3dab54e

Browse files
committed
Travis 4
1 parent cdbda68 commit 3dab54e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ install:
3030
- ./travis_long stack +RTS -N2 -RTS build --only-snapshot --pedantic
3131

3232
script:
33-
- ./travis_long stack +RTS -N2 -RTS build --pedantic
33+
# - ./travis_long stack +RTS -N2 -RTS build --pedantic
34+
- ./travis_long stack +RTS -N2 -RTS build
3435
- ./travis_long stack +RTS -N2 -RTS build --test --pedantic
3536
- ./travis_long stack exec emacs24 -- -q --batch -L elisp -l elisp/tests/haskell-ide-engine-tests.el -f ert-run-tests-batch-and-exit
3637
# Re-enable the haddock tests when the warning in HaRe does not trigger a problem

0 commit comments

Comments
 (0)