Permalink
Browse files

Use parallelism for the long Travis CI build.

  • Loading branch information...
1 parent 87b7df6 commit dcd0fdf9b92b5618a3c2620cf4aa016379d83478 @mlin committed Apr 14, 2014
Showing with 2 additions and 2 deletions.
  1. +1 −1 .travis-ci.sh
  2. +1 −1 .travis.yml
View
@@ -1,4 +1,4 @@
-OPAM_DEPENDS="batteries gsl ocaml+twt ounit should"
+OPAM_DEPENDS="batteries gsl ocaml+twt forkwork ounit should"
sudo add-apt-repository -y ppa:avsm
sudo apt-get update -qq
View
@@ -3,4 +3,4 @@ script: bash -ex .travis-ci.sh
env:
matrix:
- SKIP_SLOW=1
- - DUMMY=1
+ - FORKWORK=1

0 comments on commit dcd0fdf

Please sign in to comment.