mirror of
https://github.com/valentineus/iii-client.git
synced 2025-12-21 14:13:22 +04:00
Refusal to support older versions of NodeJS
This commit is contained in:
@@ -4,8 +4,6 @@ node_js:
|
||||
- "8"
|
||||
- "7"
|
||||
- "6"
|
||||
- "5"
|
||||
- "4"
|
||||
|
||||
os:
|
||||
- linux
|
||||
@@ -20,7 +18,6 @@ before_install:
|
||||
- npm install --global codacy-coverage
|
||||
|
||||
install:
|
||||
- npm install --only=production
|
||||
- npm install --only=development
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user