Revert "remove travis file, have to solve TLS issues in ubuntu 14.04 with ad-git first"

This reverts commit 314a22c575.
This commit is contained in:
Patrick Brosi 2018-07-03 18:49:21 +02:00
parent a47ccde984
commit 871bdc97c4

27
.travis.yml Normal file
View file

@ -0,0 +1,27 @@
language: generic
sudo: false
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc
- g++
- libboost-all-dev
- cmake
before_script:
- mkdir build
- cd build
- cmake ..
script:
- make -j
- make test
notifications:
email:
on_success: never
on_failure: never