Skip to content

Commit

Permalink
added travis-ci configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomanhaes committed Aug 12, 2011
1 parent 7d59710 commit c29d607
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
rvm:
- 1.9.2

env: "RAILS_ENV='test'"

script: "bundle exec rspec spec"

notifications:
recipients:
- rmanhaes@gmail.com

branches:
only:
- master

0 comments on commit c29d607

Please sign in to comment.