Skip to content

Commit

Permalink
update travis nodejs version targets
Browse files Browse the repository at this point in the history
  • Loading branch information
justsml committed Apr 12, 2018
1 parent b2d8b3e commit ef4db12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ sudo: required
services: [ docker ]
language: node_js
node_js:
- 7
- 8
- 9

before_install:
- docker run -d --rm -p 9000:9000 --name minio -e MINIO_ACCESS_KEY=admin -e MINIO_SECRET_KEY=passw0rd minio/minio server /export
Expand Down

0 comments on commit ef4db12

Please sign in to comment.