Skip to content

Commit

Permalink
Add travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Sep 12, 2011
1 parent 94aacd8 commit 272699f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -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

0 comments on commit 272699f

Please sign in to comment.