Update .travis.yml

This commit is contained in:
Simon Christ
2019-12-08 14:41:33 +01:00
committed by GitHub
parent c90061dcfe
commit 75e2bbc1a0
+1 -1
View File
@@ -38,7 +38,7 @@ notifications:
script:
- echo "**** running Docker"
- docker run --env-file travis_docker_env.list -t -a STDOUT -a STDIN -a STDERR -v $PWD:/mnt tkpapp/texlive-julia-minimal travis_docker_test_script.sh $TRAVIS_JULIA_VERSION
- sudo docker run --env-file travis_docker_env.list -t -a STDOUT -a STDIN -a STDERR -v $PWD:/mnt tkpapp/texlive-julia-minimal mnt/travis_docker_test_script.sh $TRAVIS_JULIA_VERSION
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- if [[ `uname` = "Linux" ]]; then TESTCMD="xvfb-run julia"; else TESTCMD="julia"; fi
- $TESTCMD -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'