Try fix travis new-build test failure with a -j1

pull/186/head
Lennart Spitzner 2018-09-24 00:09:01 +02:00
parent 71efa54954
commit 04f441205d
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ script:
canew) canew)
better_wait cabal new-build -j$JOBS --ghc-options="-j1 +RTS -M500M -RTS" --disable-tests --disable-benchmarks better_wait cabal new-build -j$JOBS --ghc-options="-j1 +RTS -M500M -RTS" --disable-tests --disable-benchmarks
better_wait cabal new-build -j$JOBS --ghc-options="-j1 +RTS -M500M -RTS" --enable-tests --enable-benchmarks better_wait cabal new-build -j$JOBS --ghc-options="-j1 +RTS -M500M -RTS" --enable-tests --enable-benchmarks
cabal new-test --ghc-options="-j1 +RTS -M500M -RTS" cabal new-test -j1 --ghc-options="-j1 +RTS -M500M -RTS"
;; ;;
esac esac
set +ex set +ex