Skip to content

Commit

Permalink
try to get travis working
Browse files Browse the repository at this point in the history
  • Loading branch information
John (Jack) Brown committed Jun 1, 2015
1 parent 9911a2f commit 260a723
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -2,3 +2,8 @@
language: ruby
rvm:
- 2.2.2
before_script:
- cp config/database.travis.yml database.yml
- bin/rake db:setup db:test:prepare
script:
- bin/rspec
7 changes: 7 additions & 0 deletions config/database.travis.yml
@@ -0,0 +1,7 @@
test:
user: postgres
adapter: postgresql
encoding: unicode
pool: 5
database: OverRealm_test

0 comments on commit 260a723

Please sign in to comment.