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.
2 parents 7a16362 + d973b87 commit f20128aCopy full SHA for f20128a
.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 1.9.4
10
+ - export PATH="$HOME/.yarn/bin:$PATH"
11
+ - yarn global add babel-cli
0 commit comments