Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Fix travis builds #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@ language: ruby
cache: bundler
bundler_args: --without docs
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- jruby-19mode
- 2.1
- 2.2
- 2.3.1
- rbx
- jruby-9000
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
addons:
code_climate:
repo_token: 993125436d81e62150b5b089e19b7d51a677b4f0ce59012b8cc9e17b4d72fb60
Expand Down