Distribute travis builds.

This commit is contained in:
Tom Prince 2013-11-27 14:11:55 -07:00
parent 027bd15381
commit 1c6a992cd4

View File

@ -14,7 +14,8 @@ script:
- cabal configure -f FFI -f LLVM
- cabal build
- cabal copy
- make -j2 test
- make -j2 test_llvm
- make -j2 test_java
- make -j2 $TESTS
env:
- TESTS=test
- TESTS=test_java
- TESTS=test_llvm