mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Bring .travis.yml up to date
* rbx and rbx-2.0 are now both aliases for rbx-18mode (master in 1.8 mode) * 1.9.3 final is available
This commit is contained in:
parent
66b93e8fd2
commit
e4a37d6a5e
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ script: "bundle exec rake test"
|
|||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- ree
|
||||
- rbx
|
||||
- rbx-2.0
|
||||
- rbx-18mode
|
||||
notifications:
|
||||
recipients:
|
||||
- jose.valim@plataformatec.com.br
|
||||
|
|
Loading…
Reference in a new issue