Skip to content

Commit

Permalink
travis: Build with --jobs=1 to prevent hxt-regex-xmlschema from faili…
Browse files Browse the repository at this point in the history
…ng (??)
  • Loading branch information
bergmark committed Oct 27, 2014
1 parent 4e04f51 commit 091d33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: haskell
install:
- "cabal install code-builder/ rest-stringmap/ rest-client/ rest-core/ rest-example/ rest-gen/ rest-happstack/ rest-snap/ rest-types/ rest-wai/ --dry-run -v3 --max-backjumps=-1 --reorder-goals --enable-tests --constraint='network==2.5.*'"
script:
- "cabal install code-builder/ rest-stringmap/ rest-client/ rest-core/ rest-gen/ rest-happstack/ rest-snap/ rest-types/ rest-wai/ --max-backjumps=-1 --reorder-goals --enable-tests --constraint='network==2.5.*'"
- "cabal install code-builder/ rest-stringmap/ rest-client/ rest-core/ rest-gen/ rest-happstack/ rest-snap/ rest-types/ rest-wai/ --max-backjumps=-1 --reorder-goals --enable-tests --constraint='network==2.5.*' --jobs=1"
- "(cd rest-core && cabal configure && cabal test)"
- "(cd rest-gen && cabal configure && cabal test)"
- "cabal install rest-example/ -fhappstack --only-dependencies --constraint='network==2.5.*'"
Expand Down

0 comments on commit 091d33e

Please sign in to comment.