Browse Source

travis: break test targets into build matrix

doing all the tests on one run hits the travis timeout
Pat Hickey 9 years ago
parent
commit
01b153d004
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .travis.yml

+ 6 - 1
.travis.yml

@@ -20,9 +20,14 @@ script:
   - arm-none-eabi-gcc --version
   - make create-sandbox
   - make
-  - make test
+  - make $ENV_TEST_TARGET
 ghc:
   - 7.8
 branches:
   except:
     - /^wip.*$/
+env:
+  - ENV_TEST_TARGET=haskell-backend-test
+  - ENV_TEST_TARGET=rpc-backend-test
+  - ENV_TEST_TARGET=ivory-backend-test
+  - ENV_TEST_TARGET=tower-backend-test