diff --git a/.travis.yml b/.travis.yml index 04e74c087..7047e5fb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -164,8 +164,8 @@ install: - test "$TRAVIS_OS_NAME" != "linux" || (scripts/install_cmake.sh) - echo -n "$TRAVIS_COMMIT" > commit_hash.txt - test $SOLC_DOCKER != On || ( - docker build -t tmp -f scripts/Dockerfile . - tmp_container=$(docker create tmp sh) + docker build -t ethereum/solc:build -f scripts/Dockerfile . + tmp_container=$(docker create ethereum/solc:build sh) mkdir -p upload docker cp ${tmp_container}:/usr/bin/solc upload/ )