more travis

This commit is contained in:
Yahya Lmallas 2016-01-31 15:47:14 +01:00
parent af07bd951f
commit 1882b74278
1 changed files with 13 additions and 8 deletions

View File

@ -1,17 +1,22 @@
language:
- python
sudo: false
language: python
python:
- 2.7
before_install:
- sudo apt-get update -qq
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- clang
install:
# g++4.8.1
- sudo apt-get install -qq g++-4.8
- export CXX="g++-4.8"
- ./install.sh
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- ./install.sh
script:
- $CXX --version