Trying matrix without utility script to see if the missing colon was the main issue.

This commit is contained in:
Ward Fisher 2015-11-20 13:01:47 -07:00
parent d75841ab81
commit 5dcb05fbfd
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ before_install:
- docker pull unidata/nctests:serial
script:
- ./run_travis.sh
- docker run --rm -it -e USEDASH=OFF -e RUNF=OFF -e RUNCXX=OFF -e RUNP=OFF -e RUNNCO=OFF -e USEAC=OFF -v $(pwd):/netcdf-c $DOCKIMG

View File

@ -5,4 +5,4 @@
# create a test matrix using travis-ci and docker.
###
docker run -e USEDASH=OFF -e RUNF=OFF -e RUNCXX=OFF -e RUNP=OFF -e RUNNCO=OFF -e USEAC=OFF -v $(pwd):/netcdf-c $DOCKIMG
docker run --rm -it -e USEDASH=OFF -e RUNF=OFF -e RUNCXX=OFF -e RUNP=OFF -e RUNNCO=OFF -e USEAC=OFF -v $(pwd):/netcdf-c $DOCKIMG