Skip to content

Commit

Permalink
Add travis.yml
Browse files Browse the repository at this point in the history
Copied from factory_girl.
  • Loading branch information
Gabe Berke-Williams committed Nov 30, 2012
1 parent 402e6ed commit 6189e60
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
rvm:
- 1.9.2
- 1.9.3
- jruby-19mode
before_install:
- gem update --system
jdk:
- openjdk6
gemfile:
- gemfiles/rails30.gemfile
- gemfiles/rails31.gemfile
- gemfiles/rails32.gemfile
branches:
only:
- master

0 comments on commit 6189e60

Please sign in to comment.