Skip to content

Commit

Permalink
Add yarn to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
running-coder committed Apr 4, 2018
1 parent a417e93 commit b0e985b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,3 +1,6 @@
language: node_js
node_js:
- "5"
- "8.11.1"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
- export PATH="$HOME/.yarn/bin:$PATH"

0 comments on commit b0e985b

Please sign in to comment.