thoughtbot--shoulda-matchers/.travis.yml

15 lines
235 B
YAML
Raw Normal View History

2011-09-12 10:48:27 +00:00
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/3.0.gemfile
- gemfiles/3.1.gemfile