1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

Change to the travis.yml file

This commit is contained in:
William Woodall 2012-11-06 19:20:23 -08:00
parent b458793b19
commit ae0eea6719

View File

@ -2,5 +2,10 @@ language: cpp
compiler: compiler:
- gcc - gcc
- clang - clang
# Change this to your needs install:
script: make - 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
script:
- make