Turned off CDash dashboard submission in travis-ci, as it's currently timing out causing a false-negative for travis-ci.

This commit is contained in:
Ward Fisher 2015-12-31 15:01:17 -07:00
parent b78051168e
commit 6c415b4ac9

View File

@ -20,4 +20,4 @@ before_install:
script:
- docker run --rm -it -h "$CURHOST" -e USEDASH=TRUE -e RUNF=OFF -e RUNCXX=OFF -e RUNP=OFF -e RUNNCO=OFF -e USECMAKE=$USECMAKE -e USEAC=$USEAC -e COPTS=$COPTS -v $(pwd):/netcdf-c $DOCKIMG
- docker run --rm -it -h "$CURHOST" -e USEDASH=FALSE -e RUNF=OFF -e RUNCXX=OFF -e RUNP=OFF -e RUNNCO=OFF -e USECMAKE=$USECMAKE -e USEAC=$USEAC -e COPTS=$COPTS -v $(pwd):/netcdf-c $DOCKIMG