Skip to content

Commit

Permalink
Removed gcc < 5 from travis CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cwebster2 committed Oct 27, 2015
1 parent 50f55bf commit 97a63c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ env:
global:
- HDF_ROOT="/usr"
matrix:
- FC=gfortran-4.8 CC=gcc-4.8
- FC=gfortran-4.9 CC=gcc-4.9
- FC=gfortran-5 CC=gcc-5

addons:
Expand All @@ -14,10 +12,6 @@ addons:
- ubuntu-toolchain-r-test
packages:
- cmake
- gcc-4.8
- gfortran-4.8
- gcc-4.9
- gfortran-4.9
- gcc-5
- gfortran-5
- libhdf5-openmpi-dev
Expand Down

0 comments on commit 97a63c7

Please sign in to comment.