Skip to content

Commit

Permalink
Add before install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Amber Joseph committed Jan 6, 2020
1 parent 247bf10 commit 0afd405
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ node_js:
- "8.11.4"
- "6.14.4"
- "4.9.1"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 4.9.1
- export PATH="$HOME/.yarn/bin:$PATH"

0 comments on commit 0afd405

Please sign in to comment.