From a0f078da38603f8e6556b5c1c0fb836426943ddd Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 24 Jun 2020 19:33:06 +0200 Subject: ci: Switch to qutebrowser/ci dockerfiles --- scripts/dev/ci/travis_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/ci/travis_run.sh b/scripts/dev/ci/travis_run.sh index 96af14553..69cc120dd 100644 --- a/scripts/dev/ci/travis_run.sh +++ b/scripts/dev/ci/travis_run.sh @@ -8,7 +8,7 @@ if [[ -n $DOCKER ]]; then -e "DOCKER=$DOCKER" \ -e "CI=$CI" \ -e "TRAVIS=$TRAVIS" \ - "qutebrowser/travis:$DOCKER" + "qutebrowser/ci:$DOCKER" elif [[ $TESTENV == eslint ]]; then # Can't run this via tox as we can't easily install tox in the javascript # travis env -- cgit v1.2.3-54-g00ecf