Explorar o código

fix: update travis config

Gerald %!s(int64=7) %!d(string=hai) anos
pai
achega
4d63af65f3
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -1,6 +1,9 @@
 language: node_js
+before_install:
+  - curl -o- -L https://yarnpkg.com/install.sh | bash
+  - export PATH="$HOME/.yarn/bin:$PATH"
 node_js:
-  - node
+  - 9
 cache: yarn
 script:
   - yarn lint