Use -j1 and drop clang in .travis.yaml
This commit is contained in:
parent
9384112468
commit
76f48f8b33
@ -5,7 +5,6 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
|
- 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:
|
script:
|
||||||
- source /opt/ros/hydro/setup.bash
|
- source /opt/ros/hydro/setup.bash
|
||||||
- catkin_make tests --source .
|
- catkin_make tests --source . -j1
|
||||||
- catkin_make run_tests --source .
|
- catkin_make run_tests --source . -j1
|
||||||
- catkin_make install --source .
|
- catkin_make install --source . -j1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user