From 36d899be12da04ed7ab2e12f4580493962cbd06e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 26 Dec 2015 09:29:34 +0200 Subject: [PATCH] Travis: Test against node.js 4 and 5 and Ruby 2.2. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c6c5b835..0abe63afb 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