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 a0736f9 + bb37ef8 commit 8112cd6Copy full SHA for 8112cd6
.travis.yml
@@ -4,20 +4,21 @@ cache: yarn
4
env:
5
global:
6
- CXX=g++-4.8
7
+ - YARN_VERSION=1.3.2
8
9
jobs:
10
include:
11
- env: task=npm-test
12
node_js:
13
- 6
14
before_install:
- - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
15
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
16
- export PATH="$HOME/.yarn/bin:$PATH"
17
18
19
- 7
20
21
22
23
- env: task=ShellCheck
24
script:
0 commit comments