Merge pull request #1033 from bestlong/fix-travis-ci-docker

Fix travis ci build failing
This commit is contained in:
Yu-Lung Shao (Allen) 2017-06-28 21:15:07 -05:00 committed by GitHub
commit 27c6de1fb1

View File

@ -41,8 +41,11 @@ env:
# Installing a newer Docker version
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine
- sudo apt-get -y install docker-ce
- docker version
script: ./travis-build.sh