Try to fix Travis.

This commit is contained in:
Lauri Ojansivu 2019-12-05 10:35:28 +02:00
parent d8474056d2
commit fc91d866db
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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.
#---------------------------------------------------------------------------------------------------------