diff --git a/.travis.yml b/.travis.yml index 0be0f91..216c43b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,12 +46,12 @@ script: - cd $TRAVIS_BUILD_DIR/build/debug - cmake $TRAVIS_BUILD_DIR -DCMAKE_BUILD_TYPE=Debug -- make -j4 +- make -j1 - sh $TRAVIS_BUILD_DIR/scripts/check_static_linking.sh . - cd $TRAVIS_BUILD_DIR/build/release - cmake $TRAVIS_BUILD_DIR -DCMAKE_BUILD_TYPE=Release -- make -j4 +- make -j1 - sh $TRAVIS_BUILD_DIR/scripts/check_static_linking.sh . before_deploy: - mkdir -p $TRAVIS_BUILD_DIR/deploy/addons/amxmodx/modules @@ -81,4 +81,4 @@ cache: before_cache: - chmod -R a+r $HOME/.cargo - chmod -R a+r $TRAVIS_BUILD_DIR/build/release/rust -- chmod -R a+r $TRAVIS_BUILD_DIR/build/debug/rust \ No newline at end of file +- chmod -R a+r $TRAVIS_BUILD_DIR/build/debug/rust