We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 345f8f3 + c7b8c54 commit c5fdfb4Copy full SHA for c5fdfb4
.travis.yml
@@ -18,7 +18,6 @@ install:
18
19
script:
20
- env CAPTURE_STDERR=false bundle exec rake
21
- - bundle exec rake rubocop
22
23
env:
24
- "RAILS_VERSION=4.0"
Rakefile
@@ -36,4 +36,4 @@ Rake::TestTask.new do |t|
36
t.verbose = true
37
end
38
39
-task :default => :test
+task default: [:test, :rubocop]
appveyor.yml
@@ -21,6 +21,6 @@ install:
- bundle install --retry=3
test_script:
- - bundle exec rake
+ - bundle exec rake test
25
26
build: off
0 commit comments