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

Commit e42a387

Browse files
committed
Travis. --pedantic insists on checking all dependencies.
1 parent 3dab54e commit e42a387

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
@@ -32,7 +32,8 @@ install:
3232
script:
3333
# - ./travis_long stack +RTS -N2 -RTS build --pedantic
3434
- ./travis_long stack +RTS -N2 -RTS build
35-
- ./travis_long stack +RTS -N2 -RTS build --test --pedantic
35+
# - ./travis_long stack +RTS -N2 -RTS build --test --pedantic
36+
- ./travis_long stack +RTS -N2 -RTS build --test
3637
- ./travis_long stack exec emacs24 -- -q --batch -L elisp -l elisp/tests/haskell-ide-engine-tests.el -f ert-run-tests-batch-and-exit
3738
# Re-enable the haddock tests when the warning in HaRe does not trigger a problem
3839
# - ./travis_long stack +RTS -N2 -RTS build --test --haddock

0 commit comments

Comments
 (0)