Skip to content

Commit

Permalink
Update travis: node@6, docker-compose@1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm committed Jun 10, 2017
1 parent f48b705 commit cbdc5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

language: node_js
node_js:
- "4"
- "6"

install: npm i -g coveralls

Expand All @@ -15,7 +15,7 @@ fast_finish: true
# - node_modules

env:
DOCKER_COMPOSE_VERSION: 1.5.2
DOCKER_COMPOSE_VERSION: 1.13.0

before_install:
- sudo rm /usr/local/bin/docker-compose
Expand Down

0 comments on commit cbdc5a5

Please sign in to comment.