Skip to content

Commit

Permalink
Add .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Feb 7, 2012
1 parent bb963cc commit 85424f2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
before_script:
- "bundle exec rake refinery:testing:dummy_app > /dev/null"
script: "bundle exec rspec ./spec"
notifications:
email:
- parndt@gmail.com
- ugis.ozolss@gmail.com
env:
- DB=postgresql
- DB=mysql
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- jruby

0 comments on commit 85424f2

Please sign in to comment.