make -j2 for Travis CI

[ci skip]
This commit is contained in:
probonopd
2016-11-30 22:48:11 +01:00
committed by GitHub
parent db6f23ebf1
commit 5c15c45863
+1 -1
View File
@@ -11,7 +11,7 @@ before_install:
- tar xf patchelf-0.9.tar.bz2 - tar xf patchelf-0.9.tar.bz2
- cd patchelf-*/ - cd patchelf-*/
- ./configure - ./configure
- make -j7 - make -j2
- sudo make install - sudo make install
- cd - - cd -
- ID=$(wget -q https://api.travis-ci.org/repos/probonopd/appimagetool/builds -O - | head -n 1 | sed -e 's|}|\n|g' | grep '"result":0' | head -n 1 | sed -e 's|,|\n|g' | grep '"id"' | cut -d ":" -f 2) - ID=$(wget -q https://api.travis-ci.org/repos/probonopd/appimagetool/builds -O - | head -n 1 | sed -e 's|}|\n|g' | grep '"result":0' | head -n 1 | sed -e 's|,|\n|g' | grep '"id"' | cut -d ":" -f 2)