Skip to content

Commit

Permalink
chore(test): yarn breaks build
Browse files Browse the repository at this point in the history
  • Loading branch information
reel committed Dec 7, 2017
1 parent b3cb04c commit c949ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
- "node"
- "lts/*"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
- export PATH="$HOME/.yarn/bin:$PATH"
before_script:
npm run pretest
Expand Down

0 comments on commit c949ff2

Please sign in to comment.