1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Test building ROS on travis.

This commit is contained in:
Mike Purvis 2015-07-20 22:13:47 -04:00
parent 99e57e633c
commit 3d4ae6379a

View File

@ -1,12 +1,7 @@
os:
- linux
- osx
language: cpp
compiler:
- gcc
- clang
install:
- make install_deps
- source setup.bash
script:
- make && make test
- curl https://raw.githubusercontent.com/mikepurvis/ros-install-osx/travis/install | bash