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-12-26 10:29:34 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-12-26 10:33:02 +0300
commit36d899be12da04ed7ab2e12f4580493962cbd06e (patch)
treed2dbc0fb6984b983971e5c12ddb98896b2792215
parent7610ebae8305bbdf8db2efbcbd6f2cb185840c52 (diff)
Travis: Test against node.js 4 and 5 and Ruby 2.2.
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c6c5b8..0abe63a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,11 +6,12 @@ git:
depth: 10
node_js:
- - "0.12"
+ - "4"
+ - "5"
env:
matrix:
- - RUBY_VERSION=2.0
+ - RUBY_VERSION=2.2
before_install:
- rvm install $RUBY_VERSION
@@ -20,7 +21,7 @@ before_install:
install:
- travis_retry npm install -g grunt-cli
- travis_retry npm install
- - travis_retry gem install --no-document "jekyll:~>3.0.0" "rouge:~>1.10" "sass:~>3.4"
+ - travis_retry gem install --no-document "jekyll:~>3.0" "rouge:~>1.10" "sass:~>3.4"
matrix:
fast_finish: true