Skip to content

Commit

Permalink
Added TravisCI configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Feb 7, 2013
1 parent 8be8be9 commit c523350
Showing 1 changed file with 7 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:
- psql -c 'create database discourse_test;' -U postgres
services:
- redis-server

0 comments on commit c523350

Please sign in to comment.