isotp-c/.travis.yml

9 lines
161 B
YAML
Raw Permalink Normal View History

2013-12-29 12:29:49 -08:00
language: c
compiler:
- gcc
script: make test
before_install:
2013-12-30 10:21:30 -08:00
- git submodule update --init
2013-12-29 12:29:49 -08:00
- sudo apt-get update -qq
- sudo apt-get install check