We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bb799 commit 811efb6Copy full SHA for 811efb6
.travis.yml
@@ -1,4 +1,4 @@
1
-script: "bundle exec rake spec"
+script: "bundle exec rake"
2
rvm:
3
- 1.9.3
4
- 2.0.0
Rakefile
@@ -5,8 +5,6 @@ require 'rdoc/task'
5
6
desc 'Default: run tests'
7
task :default => :spec
8
-
9
-desc 'Run tests for Footnotes.'
10
RSpec::Core::RakeTask.new(:spec)
11
12
desc 'Generate documentation for Footnotes.'
0 commit comments