fix travis

This commit is contained in:
Holger Nahrstaedt 2016-03-09 19:09:10 +01:00
parent e2ff743cbe
commit e4a4d1a17d

View File

@ -3,10 +3,7 @@ language: cpp
os: os:
- linux - linux
- osx - osx
cache:
directories:
- compiler/.cabal-sandbox
- cs/packages
env: env:
- LANG=cpp-clang - LANG=cpp-clang
- LANG=cpp-gcc - LANG=cpp-gcc
@ -18,18 +15,7 @@ addons:
packages: packages:
- g++-4.8 - g++-4.8
- libboost1.55-all-dev - libboost1.55-all-dev
matrix:
exclude:
# linux VM is too small to build C++ unit tests with g++
- os: linux
env: LANG=cpp-gcc
# linux C++ build/test already includes Python
- os: linux
env: LANG=cpp-clang
- os: osx
env: LANG=cpp-gcc
- os: osx
env: LANG=cpp-clang
before_install: before_install:
# select C++ compiler # select C++ compiler