Skip to content

Commit

Permalink
Add Travis CI configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 18, 2015
1 parent 26bf3ec commit 58cdae6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: ruby

before_install:
- gem install bundler

bundler_args: --without development --jobs=3 --retry=3

cache: bundler

sudo: false

rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- ruby-head
- jruby
- rbx-2

matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby
- rvm: rbx-2
fast_finish: true

0 comments on commit 58cdae6

Please sign in to comment.