Skip to content

Commit e055e2f

Browse files
author
Markus Günther
committed
TASK: Use latest node and yarn for travis
1 parent 7a16362 commit e055e2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cache:
44
directories:
55
- node_modules
66
node_js:
7-
- "4"
7+
- "node"
88
before_install:
9-
- npm install -g babel-cli
9+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version v1.9.4
10+
- export PATH="$HOME/.yarn/bin:$PATH"
11+
- yarn global add babel-cli

0 commit comments

Comments
 (0)