Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yulii committed Apr 27, 2013
1 parent 2659542 commit 4ad27fc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
@@ -0,0 +1,22 @@
language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- jruby-19mode
- jruby-head
- rbx-19mode
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
branches:
only:
- master
after_success:
- cover -report coveralls
notifications:
recipients:
- yuliinfo@gmail.com

0 comments on commit 4ad27fc

Please sign in to comment.