Run Travis builds for major Node.js versions only
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
de88b4edfd
commit
44497e932c
|
@ -3,10 +3,9 @@ sudo: false
|
|||
node_js:
|
||||
- '0.10'
|
||||
- '0.12'
|
||||
- '4.0'
|
||||
- '4.1'
|
||||
- '5.0'
|
||||
- '6.0'
|
||||
- '4'
|
||||
- '5'
|
||||
- '6'
|
||||
before_install:
|
||||
- "mkdir -p ~/.npm"
|
||||
before_script:
|
||||
|
|
Loading…
Reference in New Issue