Install docker ce only once

pull/2/head
Stefan Scherer 7 years ago
parent 4308a5d584
commit d7295136c3
No known key found for this signature in database
GPG Key ID: 5966AEAC37E957FA

@ -5,9 +5,5 @@ jobs:
machine: true
steps:
- checkout
- run: docker version
# get latest CE version
- run: curl https://get.docker.com | sh
- run: docker version
- run: ARCH=arm ./travis-build.sh
- run: ARCH=arm ./travis-test.sh

Loading…
Cancel
Save