Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 51a7e9d

Browse files
author
Patrick Thomson
authored
Merge branch 'master' into remove-otiose-instance
2 parents 4ee9c9b + 8db3050 commit 51a7e9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ before_install:
2828
- cabal --version
2929

3030
install:
31-
- cabal new-update -v hackage.haskell.org
32-
- cabal new-configure --enable-tests --write-ghc-environment-files=always
33-
- cabal new-build --only-dependencies -j
31+
- cabal new-update -v
32+
- cabal new-configure --enable-tests --disable-optimization --write-ghc-environment-files=always --jobs=2
33+
- cabal new-build --only-dependencies
3434

3535
script:
36-
- cabal new-build -j
36+
- cabal new-build
3737
- cabal new-run semantic:test
3838
- cabal new-run semantic-core:spec
3939
# parse-examples is disabled because it slaughters our CI

0 commit comments

Comments
 (0)