Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@ sudo: false
language: node_js

node_js:
- "0.10"
- "4"
- "6"
- "7"
- "lts/argon"
- "lts/boron"
- "node"

matrix:
fast_finish: true

cache:
directories:
- node_modules

deploy:
provider: npm
email: [email protected]
api_key:
secure: XsdG394/yYeojltVlxO02ByHLqASP5EPZ1oidig4QSVPSow6s8gLmvX0N3+D7wAQhv6hb+XZgWbPdk2AJ2uLZcvZZNUa/07rIQjB3MlvNQURXQZRJzcPxkUMsEUmJImJjyGmIA/JJes1UIzp1RTelWjSOaE7CCDBhBylmBsr8dM=
on:
tags: true
node: "node"