2015-11-26 11:22:21 +00:00
|
|
|
language: cpp
|
|
|
|
|
|
|
|
sudo: required
|
|
|
|
dist: trusty
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
include:
|
2016-01-17 10:53:27 +00:00
|
|
|
# Version 5 seems to be whatever is latest - for now it's 5.3
|
|
|
|
- env: VERSION=5 BITS=32
|
2015-11-26 11:22:21 +00:00
|
|
|
compiler: gcc
|
|
|
|
os: linux
|
2016-01-17 10:53:27 +00:00
|
|
|
- env: VERSION=4.9 BITS=32
|
2015-11-26 11:22:21 +00:00
|
|
|
compiler: gcc
|
|
|
|
os: linux
|
2016-01-17 10:53:27 +00:00
|
|
|
- env: VERSION=3.7 BITS=32
|
2015-11-26 11:22:21 +00:00
|
|
|
compiler: clang
|
|
|
|
os: linux
|
2016-01-17 10:53:27 +00:00
|
|
|
- env: VERSION=4.9 BITS=64
|
|
|
|
compiler: gcc
|
|
|
|
os: linux
|
|
|
|
allow_failures:
|
|
|
|
- env: VERSION=4.9 BITS=64
|
2015-11-26 11:22:21 +00:00
|
|
|
|
|
|
|
before_install:
|
|
|
|
- ./travis.sh before_install
|
|
|
|
|
|
|
|
script:
|
|
|
|
- ./travis.sh script
|