1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Updated Travis Docker version

This commit is contained in:
Eldad Fux 2020-07-05 23:37:41 +03:00
parent fe8e276d3c
commit de5c8ff301

View file

@ -14,6 +14,12 @@ notifications:
services:
- docker
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-ce
# cache:
# directories:
# - docker_images