Epple-II/.travis.yml
2013-11-12 15:38:32 -05:00

8 lines
125 B
YAML

language: cpp
compiler:
- gcc
- clang
# Change this to your needs
before_script: ./bootstrap
script: ./configure && make