We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de48d2b commit bbe7522Copy full SHA for bbe7522
.travis.yml
@@ -2,15 +2,7 @@ sudo: false
2
3
language: node_js
4
5
-addons:
6
- apt:
7
- sources:
8
- - ubuntu-toolchain-r-test
9
- packages:
10
- - g++-4.8
11
-
12
before_install:
13
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8; fi
14
- export JOBS=max
15
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export JOBS=4; fi
16
0 commit comments