few updates

This commit is contained in:
Cold-Egg
2019-12-19 09:47:10 -05:00
parent 1060914b96
commit b13df69782
5 changed files with 26 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
language: bash
services:
- docker
env:
- DOCKER_COMPOSE_VERSION=1.25.0
before_install:
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
install:
- docker images