Skip to content

Commit

Permalink
add to travis checking of valid documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 6, 2017
1 parent bb08dd2 commit 35b348b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -9,3 +9,4 @@ script:
# the "yast-travis-ruby" script is included in the base yastdevel/ruby image
# see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-bootloader-image yast-travis-ruby
- docker run -it yast-bootloader-image rake check:doc
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -4,4 +4,5 @@ Yast::Tasks.configuration do |conf|
# lets ignore license check for now
conf.skip_license_check << /.*/
conf.install_locations["doc/autodocs"] = conf.install_doc_dir
conf.documentation_minimal = 50 # TODO: improve it, at least do not get worse
end

0 comments on commit 35b348b

Please sign in to comment.