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

8 lines
149 B
YAML
Raw Normal View History

2014-12-09 15:16:34 -08:00
os:
2014-12-29 11:23:06 -08:00
- osx
2012-11-06 16:41:41 -08:00
language: cpp
compiler:
- clang
2012-11-06 19:20:23 -08:00
script:
2015-07-20 22:13:47 -04:00
- curl https://raw.githubusercontent.com/mikepurvis/ros-install-osx/travis/install | bash