Skip to content

Commit

Permalink
travis-fy
Browse files Browse the repository at this point in the history
  • Loading branch information
7korobi committed Jan 23, 2014
1 parent 93877e3 commit 1df16e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: ruby
rvm:
- 2.1.0

services:
- mogodb
- redis

before_script:
- mongo giji_test --eval 'db.addUser("rspec","rspec");'

cache: bundler
script: bundle exec rspec spec

0 comments on commit 1df16e2

Please sign in to comment.