Sfoglia il codice sorgente

travis: break test targets into build matrix

doing all the tests on one run hits the travis timeout
Pat Hickey 10 anni fa
parent
commit
01b153d004
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  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