Explorar el Código

travis: break test targets into build matrix

doing all the tests on one run hits the travis timeout
Pat Hickey hace 10 años
padre
commit
01b153d004
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  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