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:
|
node_js:
|
||||||
- '0.10'
|
- '0.10'
|
||||||
- '0.12'
|
- '0.12'
|
||||||
- '4.0'
|
- '4'
|
||||||
- '4.1'
|
- '5'
|
||||||
- '5.0'
|
- '6'
|
||||||
- '6.0'
|
|
||||||
before_install:
|
before_install:
|
||||||
- "mkdir -p ~/.npm"
|
- "mkdir -p ~/.npm"
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in New Issue