adds travis configuration file

master
Dominic Reich 7 years ago
parent 418a16c30d
commit 6f8d55e700

@ -0,0 +1,22 @@
sudo: false
language: cpp
compiler:
#- clang
- gcc
branches:
only:
- master
script:
- make
- make clean
before_deploy:
deploy:
after_deploy:
Loading…
Cancel
Save