diff options
author | Valentin Popov <info@valentineus.link> | 2017-09-29 00:43:36 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-09-29 00:43:36 +0300 |
commit | 3eff453aacac2f558c81cc7dc2b012ee2c82ff7c (patch) | |
tree | 49b86c186a46790046ac1c48adf119a710bdae99 /.travis.yml | |
parent | 37c134838210e81043b6684f8b49cd41987c3498 (diff) | |
download | iii-client-3eff453aacac2f558c81cc7dc2b012ee2c82ff7c.tar.xz iii-client-3eff453aacac2f558c81cc7dc2b012ee2c82ff7c.zip |
Refusal to support older versions of NodeJS
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index ecd089f..c50cf2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |