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 abbc43f commit cae9bb2Copy full SHA for cae9bb2
.travis.yml
@@ -1,12 +1,21 @@
1
language: node_js
2
dist: trusty
3
-node_js:
4
- - 6
5
- - 7
6
-env:
7
- - CXX=g++-4.8
8
cache: yarn
+env:
+ global:
+ - CXX=g++-4.8
9
10
-before_install:
11
- - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
12
- - export PATH="$HOME/.yarn/bin:$PATH"
+jobs:
+ include:
+ - env: task=npm-test
+ node_js:
+ - 6
13
+ before_install:
14
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
15
+ - export PATH="$HOME/.yarn/bin:$PATH"
16
17
18
+ - 7
19
20
21
0 commit comments