From 9e8cc01b647deeff9feec1e26c0aa67c8f16658f Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 17 Mar 2017 11:00:53 +0100 Subject: [PATCH] FIx path --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/ )