Skip to content

Commit

Permalink
First pass at travis ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Apr 10, 2013
1 parent 55429e7 commit d960fd0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: ruby
rvm:
- 1.9.3

before_script:
- cp config/database.travis.yml config/database.yml
- bundle exec rake db:setup
4 changes: 4 additions & 0 deletions config/database.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test:
adapter: mysql2
database: cuttlefish_test
username: root

0 comments on commit d960fd0

Please sign in to comment.