We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a16362 commit e055e2fCopy full SHA for e055e2f
.travis.yml
@@ -4,6 +4,8 @@ cache:
4
directories:
5
- node_modules
6
node_js:
7
- - "4"
+ - "node"
8
before_install:
9
- - npm install -g babel-cli
+ - 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