try to reduce memory pressure on travis server

This commit is contained in:
ws 2014-10-27 11:19:16 +01:00
parent 9034a0f5bf
commit 494ff839eb

View file

@ -27,10 +27,10 @@ before_script:
- "artifacts -v || curl -sL https://raw.githubusercontent.com/meatballhat/artifacts/master/install | bash"
- "export PATH=$PATH:$HOME/bin"
- "make revision"
- "make debug CPUS=4"
- "make debug CPUS=1"
- "sudo make installdebug"
- "cd build.debug/mtest"
- "make -j4"
- "make"
script:
- "../../build/run_tests.sh"
after_script: