1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00
serial/.travis.yml
2018-01-13 13:39:09 -08:00

10 lines
119 B
YAML

os:
- linux
- osx
language: cpp
install:
- make install_deps
- source setup.bash
script:
- make && make test