Skip to content

Commit b0e985b

Browse files
committed
Add yarn to travis.yml
1 parent a417e93 commit b0e985b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
language: node_js
22
node_js:
3-
- "5"
3+
- "8.11.1"
4+
before_install:
5+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
6+
- export PATH="$HOME/.yarn/bin:$PATH"

0 commit comments

Comments
 (0)