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

This commit is contained in:
Patrick Brosi 2018-06-12 16:35:56 +02:00
parent dacf7b29df
commit 314a22c575

View file

@ -1,27 +0,0 @@
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