Skip to content

Commit

Permalink
ci: build with current Node LTS & master
Browse files Browse the repository at this point in the history
Also drops support for unmaintained Node versions.

Credit: @helio-frota
Credit: @elidoran
Reviewed-By: @othiym23
PR-URL: #71
PR-URL: #78
  • Loading branch information
helio-frota authored and othiym23 committed Dec 13, 2016
1 parent 10a750c commit affd3d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
language: node_js
node_js:
- '0.8'
- '0.10'
- '0.12'
- 'iojs'
- '4'
- '6'
- '7'
before_install:
- npm install -g npm@latest

0 comments on commit affd3d1

Please # to comment.