Browse Source

added job exclude in .travis.yml

REJack 5 years ago
parent
commit
4d13072001
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -11,6 +11,11 @@ env:
   - INSTALL=yarn
   - INSTALL=npm
 
+jobs:
+  exclude:
+  - node_js: 9
+    env: INSTALL=yarn
+
 matrix:
   fast_finish: true