Navigation Menu

Skip to content

Commit

Permalink
Travis: Test against node.js 4 and 5 and Ruby 2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 26, 2015
1 parent 7610eba commit 36d899b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 36d899b

Please sign in to comment.