mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Build both node v7 & v8 on travis CI
Remove node v5 due to no LTS.
This commit is contained in:
parent
a6174d45a0
commit
bbe896cdab
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@ language: node_js
|
|||
# Follow https://github.com/nodejs/LTS to decide when to remove a version
|
||||
node_js:
|
||||
- stable
|
||||
- '7'
|
||||
- '6'
|
||||
- '5'
|
||||
- '4'
|
||||
sudo: false
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue