Skip to content

Commit

Permalink
fix: update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Mar 9, 2021
1 parent 1f27cd2 commit 3c76d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ services:
language: node_js

node_js:
- 8
- 9
- 10
- 12
- 14

cache:
directories:
- node_modules

env:
global:
- DOCKER_COMPOSE_VERSION=1.19.0
- DOCKER_COMPOSE_VERSION=1.28.5

before_install:
- .ci/travis-before-install.sh
Expand Down

0 comments on commit 3c76d3b

Please sign in to comment.