Browse Source

fix: update travis config

Gerald 7 years ago
parent
commit
4d63af65f3
1 changed files with 4 additions and 1 deletions
  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