Browse Source

make -j2 for Travis CI

[ci skip]
master
probonopd 9 years ago
committed by GitHub
parent
commit
5c15c45863
  1. 2
      .travis.yml

2
.travis.yml

@ -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)

Loading…
Cancel
Save