summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2015-03-27 11:56:34 -0400
committerJoe George <joe@zeroc.com>2015-03-27 11:56:34 -0400
commitd17afd0ea26942080fc2f2b579f2cb2eca13cffc (patch)
tree180359c1eb6ab001d0ec094f666365dbee5001e8
parentFix to allow running IceTouch tests with "python allTests.py" (diff)
downloadice-d17afd0ea26942080fc2f2b579f2cb2eca13cffc.tar.bz2
ice-d17afd0ea26942080fc2f2b579f2cb2eca13cffc.tar.xz
ice-d17afd0ea26942080fc2f2b579f2cb2eca13cffc.zip
Make make builds use -j3 and filter java udp test
-rw-r--r--.travis.yml4
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'