protobuf/.travis.yml

9 lines
132 B
YAML
Raw Normal View History

2015-03-18 07:45:55 +00:00
sudo: false
language: cpp
os:
- linux
- osx
script: ./autogen.sh && ./configure && make distcheck
notifications:
email: false