Skip to content

Commit

Permalink
install latest docker manually
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Apr 19, 2020
1 parent 7d78ef9 commit c9b0eb6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,6 +1,11 @@
sudo: required
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
#services:
# - docker
language: java
jdk:
- openjdk8
Expand Down

0 comments on commit c9b0eb6

Please sign in to comment.