Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Nov 23, 2016
1 parent 35f0278 commit eac643d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace :doc do

task :travis do
ENV["TRAVIS_PULL_REQUEST"] == "false" &&
ENV["TRAVIS_BRANCH"] == "master" &&
Rake::Task["doc:publish"].invoke
ENV["TRAVIS_BRANCH"] == "master" &&
Rake::Task["doc:publish"].invoke
end
end

0 comments on commit eac643d

Please sign in to comment.