Merge pull request #16 from zflat/setup-travis-ci

Setup travis ci
This commit is contained in:
zflat
2014-09-21 21:03:12 -04:00
2 changed files with 21 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
test: &test
adapter: postgresql
encoding: unicode
database: travis_ci_test
username: postgres
development:
<<: *test
production:
<<: *test
cucumber:
<<: *test