servant/cabal.make-travis-yml

16 lines
411 B
Plaintext
Raw Normal View History

2018-01-05 09:33:10 +01:00
folds: all-but-test
2018-06-12 18:29:44 +02:00
branches: master
2018-01-05 09:33:10 +01:00
-- We have inplace packages (servant-js) so we skip installing dependencies in a separate step
install-dependencies-step: False
2018-01-17 20:43:00 +01:00
-- this speed-ups the build a little, but we have to check these for release
no-tests-no-benchmarks: False
2018-10-15 17:15:52 +02:00
unconstrained-step: False
2018-01-17 20:43:00 +01:00
-- Don't run cabal check, as cookbook examples won't pass it
cabal-check: False
2018-01-05 09:33:10 +01:00
-- ghc-options: -j2
jobs: :2