Skip to content

Commit

Permalink
Fix travis:check task
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Apr 8, 2016
1 parent b1319df commit d266b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hoe/travis.rb
Expand Up @@ -167,7 +167,7 @@ def define_travis_tasks

desc "Lint your .travis.yml"
task :check do
abort unless check_travis_yml '.travis.yml'
abort unless travis_yml_check '.travis.yml'
end

desc "Disables the travis-ci hook"
Expand Down

0 comments on commit d266b41

Please sign in to comment.