Ver código fonte

fix: update travis config

Gerald 7 anos atrás
pai
commit
4d63af65f3
1 arquivos alterados com 4 adições e 1 exclusões
  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