Skip to content

Commit 81a76d2

Browse files
author
Joseph Hamman
committed
cesm test to allowed failures
1 parent 52a306e commit 81a76d2

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.travis.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ matrix:
3333
# CESM Driver
3434
- compiler: gcc
3535
os: linux
36-
env: TESTID='cesm' USE_CC=gcc-4.8
36+
env: TESTID='cesm'
3737
addons:
3838
apt_packages:
3939
- libnetcdf-dev
4040
- netcdf-bin
4141
- netcdf-doc
42-
- gcc-4.8
43-
- gfortran-4.8
42+
- gfortran
4443
# open-mpi is built from source in cesm.travis
4544
# Classic Driver
4645
- compiler: clang
@@ -90,6 +89,16 @@ matrix:
9089
- compiler: gcc
9190
os: osx
9291
env: TESTID=classic BREW_INSTALLS=valgrind
92+
# CESM Driver, started failing when travis upgraded to gcc5
93+
- compiler: gcc
94+
os: linux
95+
env: TESTID='cesm'
96+
addons:
97+
apt_packages:
98+
- libnetcdf-dev
99+
- netcdf-bin
100+
- netcdf-doc
101+
- gfortran
93102
before_install:
94103
- source ci/vic_install_utils
95104
- source ci/${TESTID}.travis

0 commit comments

Comments
 (0)