[TASK] Add 7 Node.js stable and multiple OS tests to travis
Remove end-of-life v5
This commit is contained in:
parent
51caf94846
commit
7e9470a698
@ -3,10 +3,15 @@ sudo: false
|
|||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
|
- "7"
|
||||||
- "6"
|
- "6"
|
||||||
- "5"
|
|
||||||
- "4"
|
- "4"
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- macosx
|
||||||
|
- windows
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
- Formatted Code
|
- Formatted Code
|
||||||
- Grunt inline for some css and js - less requests
|
- Grunt inline for some css and js - less requests
|
||||||
- Icon font with only needed icons
|
- Icon font with only needed icons
|
||||||
- Upgrade to grunt v1.x (NodeJS 4 - 6.3+ compatible)
|
- Upgrade to grunt v1.x (Tested with Node.js 4 LTS,6 LTS,7 Linux,OSX,W**)
|
||||||
- Inline some css and js
|
- Inline some css and js
|
||||||
- Bower update all components
|
- Bower update all components
|
||||||
- Load only german locale from 101 languages from moment.js
|
- Load only german locale from 101 languages from moment.js
|
||||||
|
Loading…
Reference in New Issue
Block a user