Skip to content

Commit

Permalink
Configure travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Feb 18, 2012
1 parent d540f3d commit cd128e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
before_script:
- "bundle exec rake refinery:testing:dummy_app > /dev/null"
script: "bundle exec rspec ./spec"
notifications:
email:
- parndt@gmail.com
- rob@yurkowski.net
env:
- DB=postgresql
- DB=mysql
rvm:
- 1.8.7
- 1.9.3
- rbx
- jruby

0 comments on commit cd128e8

Please sign in to comment.