adds travis configuration file

This commit is contained in:
Dominic Reich 2017-08-16 00:53:54 +02:00
parent 418a16c30d
commit 6f8d55e700

22
.travis.yml Normal file
View file

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