mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
travisied the github repo
This commit is contained in:
parent
ea6d4b0a44
commit
ee077ce5e6
2 changed files with 10 additions and 1 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- jruby-18mode # JRuby in 1.8 mode
|
||||
- jruby-19mode # JRuby in 1.9 mode
|
||||
- rbx-18mode
|
||||
- rbx-19mode
|
|
@ -1,4 +1,4 @@
|
|||
# AASM - Ruby state machines #
|
||||
# AASM - Ruby state machines [![Build Status](https://secure.travis-ci.org/aasm/aasm.png)](http://travis-ci.org/aasm/aasm)
|
||||
|
||||
This package contains AASM, a library for adding finite state machines to Ruby classes.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue