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:
authorHeinrich Fenkart <hnrch02@gmail.com>2015-02-27 00:31:04 +0300
committerHeinrich Fenkart <hnrch02@gmail.com>2015-02-27 00:31:04 +0300
commitac330251510428496a39a27d9f1e0dc827354d87 (patch)
tree02cac3775e0915f0ddebc0a4afbf40a023435aeb
parentddf7f9cf76b994d1ed3ecc62ffd79d256e071098 (diff)
Travis: Test against node.js 0.12v0.8.0
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4fb59d7..c3ca7b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: node_js
node_js:
- - "0.10"
+ - "0.12"
before_script:
- "npm install -g grunt-cli"