From 76f48f8b33f257461628b97a8c266afb42518e97 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Mon, 22 Jul 2013 16:50:43 -0700 Subject: [PATCH] Use -j1 and drop clang in .travis.yaml --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3fae60c..5136721a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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