Skip to content

Commit

Permalink
Build tests on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepurvis committed Nov 19, 2013
1 parent 9c432f9 commit a633418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install:
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
- wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install ros-groovy-catkin
- sudo apt-get install ros-groovy-catkin libboost-dev
- source /opt/ros/groovy/setup.bash
script:
- make
- make && make test

0 comments on commit a633418

Please sign in to comment.