Skip to content

Commit

Permalink
cesm test to allowed failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Hamman committed Sep 27, 2019
1 parent 52a306e commit 81a76d2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ matrix:
# CESM Driver
- compiler: gcc
os: linux
env: TESTID='cesm' USE_CC=gcc-4.8
env: TESTID='cesm'
addons:
apt_packages:
- libnetcdf-dev
- netcdf-bin
- netcdf-doc
- gcc-4.8
- gfortran-4.8
- gfortran
# open-mpi is built from source in cesm.travis
# Classic Driver
- compiler: clang
Expand Down Expand Up @@ -90,6 +89,16 @@ matrix:
- compiler: gcc
os: osx
env: TESTID=classic BREW_INSTALLS=valgrind
# CESM Driver, started failing when travis upgraded to gcc5
- compiler: gcc
os: linux
env: TESTID='cesm'
addons:
apt_packages:
- libnetcdf-dev
- netcdf-bin
- netcdf-doc
- gfortran
before_install:
- source ci/vic_install_utils
- source ci/${TESTID}.travis
Expand Down

0 comments on commit 81a76d2

Please sign in to comment.