Changed travis.yml to only build with latest node version.

This commit is contained in:
Chris Kleeschulte 2017-08-29 16:38:25 -04:00
parent 0e7032cf46
commit a51e0c73f4
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ addons:
- gcc-4.8 - gcc-4.8
- libzmq3-dev - libzmq3-dev
node_js: node_js:
- '0.12' - '8'
- '4'
install: install:
- npm install - npm install
script: script: