Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Add node 8 and 9 to .travis.yml
  • Loading branch information
cooltoast authored Feb 6, 2018
commit e4555ca5be2f480c8d27376396d4a2074f7fd7c6
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js
node_js:
- 6
- 7
- 8
- 9
before_script:
- npm run build
script:
Expand Down