We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c720427 commit d110bbaCopy full SHA for d110bba
.travis.yml
@@ -11,8 +11,8 @@ before_install:
11
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
12
sudo apt-get -qq update;
13
sudo apt-get -qq install g++-4.8;
14
+ export CXX='g++-4.8';
15
fi
- - "export CXX='g++-4.8'"
16
- "export JOBS=4"
17
- npm install
18
# This is a random private key used purely for testing.
0 commit comments