fixing package docker-engine is not available.

This commit is contained in:
Shao Yu Lung 2017-06-29 09:30:37 +08:00
parent 26d7fb01ed
commit 70e01125fd
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ before_install:
- 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 install docker-ce
- docker version
script: ./travis-build.sh