mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Add 4.8 test
This commit is contained in:
parent
655492a443
commit
97a32a6145
16
.travis.yml
16
.travis.yml
@ -25,6 +25,22 @@ matrix:
|
|||||||
- openmpi-bin
|
- openmpi-bin
|
||||||
- binutils-dev
|
- binutils-dev
|
||||||
env: VERSION=-4.9
|
env: VERSION=-4.9
|
||||||
|
- compiler: gcc
|
||||||
|
dist: trusty
|
||||||
|
sudo: required
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-4.8
|
||||||
|
- libmpfr-dev
|
||||||
|
- libgmp-dev
|
||||||
|
- libmpc-dev
|
||||||
|
- libopenmpi-dev
|
||||||
|
- openmpi-bin
|
||||||
|
- binutils-dev
|
||||||
|
env: VERSION=-4.8
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
|
Loading…
x
Reference in New Issue
Block a user