mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00: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
|
||||
- binutils-dev
|
||||
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
|
||||
dist: trusty
|
||||
sudo: required
|
||||
|
Loading…
Reference in New Issue
Block a user