mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 03:34:53 +08:00
Change to the travis.yml file
This commit is contained in:
parent
b458793b19
commit
ae0eea6719
@ -2,5 +2,10 @@ language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
# Change this to your needs
|
||||
script: make
|
||||
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
|
||||
script:
|
||||
- make
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user