1
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:
2017-09-29 01:43:36 +04:00
parent 37c1348382
commit 3eff453aac
2 changed files with 5 additions and 8 deletions

View File

@@ -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: