mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Add travis build
This commit is contained in:
parent
94aacd8fd0
commit
272699f312
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- ree
|
||||
- rbx-2.0
|
||||
- jruby
|
||||
|
||||
before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
|
||||
script: "bundle exec rake spec cucumber"
|
||||
|
||||
gemfile:
|
||||
- gemfiles/rails2.gemfile
|
||||
- gemfiles/rails3.gemfile
|
||||
- gemfiles/rails3_1.gemfile
|
Loading…
Reference in a new issue