Browse Source

excluded yarn on node 8 in .travis.yml

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

+ 5 - 0
.travis.yml

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