diff --git a/.travis.yml b/.travis.yml index 2696d141..858be910 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,9 @@ matrix: - rvm: 2.5 name: "Run RuboCop linting" script: ruby -S bundle _1.15.4_ exec rubocop --parallel + - rvm: 2.5 + name: "Run YARD linting" + script: ruby -S bundle _1.15.4_ exec yardoc --fail-on-warning --no-progress notifications: irc: "irc.freenode.org#pry"