83336ae991
- Allow newer js-jquery in tutorial - use bionic on Travis - allow newer hspec in servant-jsaddle
22 lines
557 B
Text
22 lines
557 B
Text
distribution: bionic
|
|
folds: all-but-test
|
|
branches: master
|
|
jobs-selection: any
|
|
google-chrome: True
|
|
ghcjs-tests: True
|
|
|
|
-- https://github.com/haskell/cabal/issues/6176
|
|
ghcjs-tools: hspec-discover
|
|
|
|
-- We have inplace packages (servant-js) so we skip installing dependencies in a separate step
|
|
install-dependencies: False
|
|
|
|
-- this speed-ups the build a little, but we have to check these for release
|
|
no-tests-no-benchmarks: False
|
|
unconstrained: False
|
|
|
|
-- Don't run cabal check, as cookbook examples won't pass it
|
|
cabal-check: False
|
|
|
|
-- ghc-options: -j2
|
|
jobs: :2
|