소스 검색

fix: update travis config

Gerald 7 년 전
부모
커밋
4d63af65f3
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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