Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-09-18 11:49:05 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-09-18 12:13:30 +0300
commit51a7a7942beafde2b08e54f0b4c491b1e93bceab (patch)
tree4cd930fdd792b10e65383c049fe2abf07d7d9371 /.travis.yml
parent89899eabf8c2f7926acd9f85cbd19733f3ffd2f4 (diff)
Drop node.js 4 support.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e9fc9b..ee19bfe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ sudo: false
language: node_js
node_js:
- - "4"
- "6"
- "8"
- "10"