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 17ef8ba commit 9c77a10Copy full SHA for 9c77a10
2 files changed
.travis.yml
@@ -4,6 +4,7 @@ before_install:
4
- "sudo apt-get -qq update"
5
- "sudo apt-get -qq install g++-4.8"
6
- "export CXX='g++-4.8'"
7
+ - "export JOBS=4"
8
# This is a random private key used purely for testing.
9
before_script:
10
- echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
appveyor.yml
@@ -20,6 +20,7 @@ install:
20
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
21
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
22
- cmd: SET PATH=c:\python27;%PATH%
23
+ - cmd: SET JOBS=4
24
- cmd: ssh-agent -s
25
- cmd: npm install -g node-gyp
26
- npm install --msvs_version=2013
0 commit comments