Skip to content

Commit

Permalink
Don't parallelize the build in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcanadi committed Nov 15, 2014
1 parent 84af2ff commit e7960c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ before_install:
- sudo dpkg -i libgflags-dev_2.0-1_amd64.deb
# Lousy hack to disable use and testing of fallocate, which doesn't behave quite
# as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment.
script: OPT=-DTRAVIS make unity && make clean && OPT=-DTRAVIS make check -j8
script: OPT=-DTRAVIS make unity && make clean && OPT=-DTRAVIS make check
notifications:
email: false

0 comments on commit e7960c0

Please sign in to comment.