Skip to content

Commit f20128a

Browse files
Merge pull request #14 from markusguenther/adjust_travisci_config
TASK: Use latest node and yarn for travis
2 parents 7a16362 + d973b87 commit f20128a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .travis.yml

+4-2
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 1.9.4
10+
- export PATH="$HOME/.yarn/bin:$PATH"
11+
- yarn global add babel-cli

0 commit comments

Comments
 (0)