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

13 lines
147 B
YAML
Raw Normal View History

2014-12-09 15:16:34 -08:00
os:
- linux
2014-12-29 11:23:06 -08:00
- osx
2012-11-06 16:41:41 -08:00
language: cpp
compiler:
- gcc
- clang
2012-11-06 19:20:23 -08:00
install:
2014-12-29 11:23:06 -08:00
- make install_deps
- source setup.bash
2012-11-06 19:20:23 -08:00
script:
2013-11-18 20:53:20 -05:00
- make && make test