You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16
-
- julia -e 'Pkg.clone(pwd())'
17
-
- export SCIPOPTDIR="/usr"
18
-
- julia -e 'Pkg.build("SCIP"); Pkg.test("SCIP"; coverage=true)'
17
+
- echo "**** running Docker"
18
+
- docker run --env-file travis_docker_env.list -t -a STDOUT -a STDIN -a STDERR -v $PWD:/mnt leethargo/debian4scip /mnt/travis_docker_test_script.sh $TRAVIS_JULIA_VERSION
0 commit comments