diff options
author | Joe George <joe@zeroc.com> | 2015-03-27 11:56:34 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-03-27 11:56:34 -0400 |
commit | d17afd0ea26942080fc2f2b579f2cb2eca13cffc (patch) | |
tree | 180359c1eb6ab001d0ec094f666365dbee5001e8 | |
parent | Fix to allow running IceTouch tests with "python allTests.py" (diff) | |
download | ice-d17afd0ea26942080fc2f2b579f2cb2eca13cffc.tar.bz2 ice-d17afd0ea26942080fc2f2b579f2cb2eca13cffc.tar.xz ice-d17afd0ea26942080fc2f2b579f2cb2eca13cffc.zip |
Make make builds use -j3 and filter java udp test
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f36092ffcaf..5caf41f1f81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ before_script: - sudo update-alternatives --set gcc /usr/bin/gcc-4.8 - sudo apt-get install libmcpp-dev libdb++-dev libdb-dev libdb-java libdb-java-dev ruby-dev python-dev php5-dev script: - - make - - python allTests.py + - make -j3 + - python allTests.py --rfilter='java/test/Ice/udp' |