Explorar o código

excluded yarn on node 8 in .travis.yml

REJack %!s(int64=5) %!d(string=hai) anos
pai
achega
3551ac8afb
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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