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>2017-02-20 00:10:39 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-02-20 00:10:39 +0300
commit8ff8c8531978e33a0e4d7306a12928483acca80c (patch)
tree3f7f361cb39e11d6725cea9963c0e0c66fb266fd
parente1fcd3cfe842ac26103de7230236149360b9ba87 (diff)
Update CI configs.
-rw-r--r--.travis.yml15
1 files changed, 10 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index e069fa9..73d2f7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,16 @@
sudo: false
+
language: node_js
+
node_js:
- - "5"
- - "4"
- - "0.12"
- "0.10"
-before_script:
- - "npm install -g grunt-cli"
+ - "4"
+ - "6"
+ - "7"
+
matrix:
fast_finish: true
+
+cache:
+ directories:
+ - node_modules