Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Added travis ci support for node 6 #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_js:
- '5.3'
- '5.4'
- '5.5'
- '6'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it might be good to support all the minors - 6.0, 6.1, 6.2.

sudo: false
language: node_js
script: npm run-script test-travis
Expand Down