Permalink
Browse files
Use parallelism for the long Travis CI build.
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+1
−1
.travis-ci.sh
-
+1
−1
.travis.yml
|
|
@@ -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
|
|
|
|
|
|
@@ -3,4 +3,4 @@ script: bash -ex .travis-ci.sh |
|
|
env:
|
|
|
matrix:
|
|
|
- SKIP_SLOW=1
|
|
|
- - DUMMY=1
|
|
|
+ - FORKWORK=1
|
0 comments on commit
dcd0fdf