Skip to content

Commit dde3f4a

Browse files
committed
use latest yarn when running CI
1 parent 0a1edf8 commit dde3f4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ language: node_js
33
node_js:
44
node
55

6+
before_install:
7+
- curl -o- -L https://yarnpkg.com/install.sh | bash
8+
69
cache:
710
yarn: true

0 commit comments

Comments
 (0)