Browse Source

Try to fix Travis.

Lauri Ojansivu 5 years ago
parent
commit
fc91d866db
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .travis.yml
  2. 1 1
      docker-compose.yml

+ 1 - 1
.travis.yml

@@ -2,7 +2,7 @@ dist: rolling
 sudo: required
 sudo: required
 
 
 env:
 env:
-  TRAVIS_DOCKER_COMPOSE_VERSION: 3.7
+  TRAVIS_DOCKER_COMPOSE_VERSION: 1.24.0
   TRAVIS_NODE_VERSION: 12.13.1
   TRAVIS_NODE_VERSION: 12.13.1
   TRAVIS_NPM_VERSION: latest
   TRAVIS_NPM_VERSION: latest
 
 

+ 1 - 1
docker-compose.yml

@@ -1,4 +1,4 @@
-version: '3.7'
+version: '2'
 
 
 # Note: Do not add single quotes '' to variables. Having spaces still works without quotes where required.
 # Note: Do not add single quotes '' to variables. Having spaces still works without quotes where required.
 #---------------------------------------------------------------------------------------------------------
 #---------------------------------------------------------------------------------------------------------