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

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-02-09 06:46:36 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-02-09 06:46:36 +0300
commit7196dd476ea7583298ef3b716d7652b819dabbc2 (patch)
treee8ff323b1502c5e0a2dfde4ea97623e4cd210187
parent12a156146e5d19e08be76fe297390254f21daa35 (diff)
CI: Add node.js 0.12.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9efd980..37256d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,13 @@
language: node_js
node_js:
- "0.10"
+ - "0.12"
before_install:
- rvm use 1.9.3
install:
- travis_retry npm install -g grunt-cli
- travis_retry npm install
- - travis_retry gem install --no-document "jekyll:~>2.5.3" "rouge:~>1.7.7" "sass:~>3.4.10"
+ - travis_retry gem install --no-document "jekyll:~>2.5.3" "rouge:~>1.8.0" "sass:~>3.4.11"
matrix:
fast_finish: true
notifications: