Fixup .travis.yaml

This commit is contained in:
William Woodall 2013-07-22 16:32:44 -07:00 committed by Paul Bovbel
parent c9ae3c519f
commit 99bfd532c0

View File

@ -18,6 +18,6 @@ install:
script:
- source /opt/ros/hydro/setup.bash
- catkin_make tests
- catkin_make run_tests
- catkin_make install
- catkin_make tests --source .
- catkin_make run_tests --source .
- catkin_make install -- source .