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>2015-11-16 18:55:30 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-11-18 20:23:02 +0300
commitd9f2fc3e39e7df5d7e508f8ddbddd44737c699ab (patch)
tree010fb41c0a992f2efb017709fafa664498789e09
parentb5a37141117c39e49e08b9b1e0e4b83c95ae0503 (diff)
Update Travis CI configuration.
* add more node.js versions (0.10 is the minimum supported so it should be tested) * specify `fast_finish` and `sudo: false`
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c3ca7b3..04117a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,11 @@
+sudo: false
language: node_js
node_js:
+ - "stable"
+ - "4"
- "0.12"
+ - "0.10"
before_script:
- "npm install -g grunt-cli"
+matrix:
+ fast_finish: true