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: addons:
apt: apt:
sources: sources:
- boost-latest
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- gcc-5
- g++-5
- libboost1.56-all-dev
- cmake - cmake
env:
- CC=gcc-5 CXX=g++-5
before_script: before_script:
- mkdir build - mkdir build
- cd build - cd build