Add travis build

This commit is contained in:
Prem Sichanugrist 2011-09-12 17:48:27 +07:00
parent 94aacd8fd0
commit 272699f312
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View 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