Changed travis.yml to only build with latest node version.
This commit is contained in:
parent
0e7032cf46
commit
a51e0c73f4
|
@ -11,8 +11,7 @@ addons:
|
|||
- gcc-4.8
|
||||
- libzmq3-dev
|
||||
node_js:
|
||||
- '0.12'
|
||||
- '4'
|
||||
- '8'
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue