Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Attempt to enable code coverage on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Apr 12, 2013
1 parent 6c59cd2 commit 1ac9c70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ rvm:
matrix:
allow_failures:
- rvm: 2.0.0
script: "bundle exec rake ci"
script: "bundle exec rake"
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Dir['./tasks/**/*.rake'].each { |f| load f }

require 'bundler/gem_tasks'

task :ci => ['spec:unit']

0 comments on commit 1ac9c70

Please sign in to comment.