Browse Source

moved exclude to matrix in .travis.yml

REJack 5 năm trước cách đây
mục cha
commit
9261d762b7
1 tập tin đã thay đổi với 3 bổ sung4 xóa
  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