another try with travis

This commit is contained in:
Patrick Brosi 2018-07-22 17:29:48 +02:00
parent 9712e06a02
commit 31a0c50892

View file

@ -5,17 +5,10 @@ dist: trusty
addons:
apt:
sources:
- boost-latest
- ubuntu-toolchain-r-test
packages:
- gcc-5
- g++-5
- libboost1.56-all-dev
- cmake
env:
- CC=gcc-5 CXX=g++-5
before_script:
- mkdir build
- cd build