Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
Adding travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kirs committed Jan 30, 2012
1 parent b3de116 commit 9a9bce3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
before_script:
- "psql -c 'create database inboxes_test;' -U postgres"
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
notifications:
email:
- shatrov@me.com

0 comments on commit 9a9bce3

Please sign in to comment.