Skip to content

Commit 811efb6

Browse files
author
Adrien Siami
committed
Try again
1 parent a1bb799 commit 811efb6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script: "bundle exec rake spec"
1+
script: "bundle exec rake"
22
rvm:
33
- 1.9.3
44
- 2.0.0

Rakefile

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ require 'rdoc/task'
55

66
desc 'Default: run tests'
77
task :default => :spec
8-
9-
desc 'Run tests for Footnotes.'
108
RSpec::Core::RakeTask.new(:spec)
119

1210
desc 'Generate documentation for Footnotes.'

0 commit comments

Comments
 (0)