Skip to content

Commit 84fe078

Browse files
authored
chore: update docker (#703)
1 parent c46e577 commit 84fe078

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: java
22
jdk: openjdk8
33
before_install:
4+
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
5+
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
6+
- sudo apt-get update
7+
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
8+
- docker --version
49
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import --batch || true
510
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust --batch || true
611
env:

0 commit comments

Comments
 (0)