Skip to content

Commit 821a33a

Browse files
authored
Merge branch 'master' into master
2 parents 77f9a1e + 2d87e32 commit 821a33a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ services:
55
- docker
66
env:
77
global:
8-
- DOCKER_VERSION=1.10.2-0~trusty
9-
- DOCKER_COMPOSE_VERSION=1.6.2
8+
- DOCKER_COMPOSE_VERSION=1.17.1
109
matrix:
1110
- OS=jessie64 SERVER=minecraft PROCESS_CONTROL=systemd
1211
- OS=jessie64 SERVER=minecraft PROCESS_CONTROL=supervisor

scripts/install-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33
IFS=$'\n\t'
44

5-
apt-get -o Dpkg::Options::="--force-confnew" install --force-yes -y docker-engine="${DOCKER_VERSION}"
5+
apt-get install --force-yes -y docker-ce
66

77
curl -L "https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose
88
chmod +x /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)