mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
travis: remove node v5, add node latest (#993)
Node v5 is no longer supported by Polymer or even the Node team. Lets change travis to test LTS & the latest version as per our support policy.
This commit is contained in:
committed by
Rob Dodson
parent
ef48ee74c0
commit
3d0f850321
@@ -9,8 +9,8 @@ addons:
|
||||
packages:
|
||||
- google-chrome-stable
|
||||
node_js:
|
||||
- node
|
||||
- '6'
|
||||
- '5'
|
||||
- '4'
|
||||
before_script:
|
||||
- npm install -g polymer-cli@next
|
||||
|
||||
Reference in New Issue
Block a user