Explorar o código

moved exclude to matrix in .travis.yml

REJack %!s(int64=5) %!d(string=hai) anos
pai
achega
9261d762b7
Modificáronse 1 ficheiros con 3 adicións e 4 borrados
  1. 3 4
      .travis.yml

+ 3 - 4
.travis.yml

@@ -10,13 +10,12 @@ env:
   - INSTALL=yarn
   - INSTALL=npm
 
-jobs:
-  exclude:
-    - node_js: 8
-      env: INSTALL=yarn
 
 matrix:
   fast_finish: true
+  exclude:
+    - node_js: 8
+      env: INSTALL=yarn
 
 install:
   - if [ "yarn" == $INSTALL ]; then yarn install; fi