try to reduce memory pressure on travis server
This commit is contained in:
parent
9034a0f5bf
commit
494ff839eb
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue