Skip to content

Commit

Permalink
Hooking up Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwinter committed Oct 22, 2014
1 parent 6719747 commit 9861915
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language:
ruby

rvm:
- '1.9'
- '2.0'
- '2.1'
- ruby-head
- jruby-19mode
- jruby-head
- rbx

matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx

fast_finish:
true

script:
rake spec

install:
gem install --prerelease --development mediawiki-gateway
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RDoc: http://rubydoc.info/gems/mediawiki-gateway

Git: https://github.com/jpatokal/mediawiki-gateway

Travis CI: https://travis-ci.org/jpatokal/mediawiki-gateway

## Example

Simple page creation script:
Expand Down

0 comments on commit 9861915

Please sign in to comment.