Update docker image

This commit is contained in:
Stanislav Ershov 2018-10-26 19:05:27 +03:00
parent 79367a7760
commit ca8941eeeb
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
set -x set -x
if [ "$TRAVIS_OS_NAME" == "linux" ]; then if [ "$TRAVIS_OS_NAME" == "linux" ]; then
docker run --rm -v $PWD:/repo -v ~/.travis:/travis berkus/docker-cpp-ci /bin/sh -c "cd /repo/_build_; conan install .. --build missing; /repo/.travis/build.sh" || exit 1 docker run --rm -v $PWD:/repo -v ~/.travis:/travis procpp/docker-cpp-ci /bin/sh -c "cd /repo/_build_; conan install .. --build missing; /repo/.travis/build.sh" || exit 1
fi fi
if [ "$TRAVIS_OS_NAME" == "osx" ]; then if [ "$TRAVIS_OS_NAME" == "osx" ]; then

View File

@ -3,7 +3,7 @@
set -x set -x
if [ "$TRAVIS_OS_NAME" == "linux" ]; then if [ "$TRAVIS_OS_NAME" == "linux" ]; then
docker pull berkus/docker-cpp-ci:latest || exit 1 docker pull procpp/docker-cpp-ci:latest || exit 1
fi fi
brew_package() { brew_package() {