Skip to content

Commit

Permalink
Adds travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford committed Dec 12, 2012
1 parent b273908 commit 24a2c68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
language: ruby
rvm:
- 1.9.3
before_script:
- "bundle exec rake test_app"
script:
- "bundle exec rspec spec"

0 comments on commit 24a2c68

Please sign in to comment.