Use -j1 and drop clang in .travis.yaml

This commit is contained in:
William Woodall 2013-07-22 16:50:43 -07:00 committed by Paul Bovbel
parent 9384112468
commit 76f48f8b33

View File

@ -5,7 +5,6 @@ python:
- "2.7"
compiler:
- gcc
- clang
install:
- sudo sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
@ -18,6 +17,6 @@ install:
script:
- source /opt/ros/hydro/setup.bash
- catkin_make tests --source .
- catkin_make run_tests --source .
- catkin_make install --source .
- catkin_make tests --source . -j1
- catkin_make run_tests --source . -j1
- catkin_make install --source . -j1