Attempt to enable code coverage on travis
This commit is contained in:
parent
6c59cd2f53
commit
1ac9c70cc6
2 changed files with 1 additions and 3 deletions
|
@ -5,4 +5,4 @@ rvm:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: 2.0.0
|
- rvm: 2.0.0
|
||||||
script: "bundle exec rake ci"
|
script: "bundle exec rake"
|
||||||
|
|
2
Rakefile
2
Rakefile
|
@ -1,5 +1,3 @@
|
||||||
Dir['./tasks/**/*.rake'].each { |f| load f }
|
Dir['./tasks/**/*.rake'].each { |f| load f }
|
||||||
|
|
||||||
require 'bundler/gem_tasks'
|
require 'bundler/gem_tasks'
|
||||||
|
|
||||||
task :ci => ['spec:unit']
|
|
||||||
|
|
Loading…
Reference in a new issue