소스 검색

Use latest yarn (#57)

Peter Squicciarini 6 년 전
부모
커밋
d408fcc060
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 0
      .travis.yml
  2. 0 1
      install_deps.sh

+ 2 - 0
.travis.yml

@@ -14,6 +14,8 @@ language: node_js
 node_js: "8"
 node_js: "8"
 
 
 before_install:
 before_install:
+  - curl -o- -L https://yarnpkg.com/install.sh | bash
+  - export PATH="$HOME/.yarn/bin:$PATH"
   - ./install_deps.sh
   - ./install_deps.sh
   - . get_repo.sh
   - . get_repo.sh
   - . check_tags.sh
   - . check_tags.sh

+ 0 - 1
install_deps.sh

@@ -2,7 +2,6 @@
 
 
 if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
 if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
   brew update
   brew update
-  brew install yarn --without-node
   brew install jq zip
   brew install jq zip
 else
 else
   sudo apt-get update
   sudo apt-get update