protobuf/.travis.yml
2015-03-18 00:43:34 -07:00

8 lines
120 B
YAML

language: cpp
os:
- linux
- osx
script: ./autogen.sh && ./configure && make distcheck
notifications:
email: false