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

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-02-20 12:17:31 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-02-20 12:17:31 +0300
commitb81fccc35f18d0c0ef461ccb92f89666fe1468a7 (patch)
treeaffaddcdfce3cc08aa685b1d192926905e21a757
parent37eb8e14924f162158e0c44f67babb2c753218b7 (diff)
Travis CI: specify sudo and add all node supported versions.
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 33debdd..3cb8101 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,12 @@
+sudo: false
language: node_js
node_js:
+ - "5"
+ - "4"
- "0.12"
+ - "0.10"
install:
- npm install -g grunt-cli
- npm install
+matrix:
+ fast_finish: true