We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46e577 commit 84fe078Copy full SHA for 84fe078
1 file changed
.travis.yml
@@ -1,6 +1,11 @@
1
language: java
2
jdk: openjdk8
3
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
9
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import --batch || true
10
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust --batch || true
11
env:
0 commit comments