Skip to content

Commit

Permalink
Enable check:doc when running tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 28, 2017
1 parent ed14bf3 commit 4233a68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Expand Up @@ -28,12 +28,7 @@ Makefile.am.common
doc/build
doc/html
doc/elements.xml
doc/autodocs/*.html
doc/autodocs/*.tmp
doc/autodocs/.yardoc
doc/autodocs/css
doc/autodocs/js
doc/autodocs/Yast
doc/autodocs/
doc/xml/components.ent
doc/xml/examples.ent
doc/xml/images.ent
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -12,4 +12,5 @@ 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-autoyast-image yast-travis-ruby
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-autoyast-image rake check:doc
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-autoyast-image ./check_schema.sh
7 changes: 7 additions & 0 deletions .yardopts
@@ -0,0 +1,7 @@
--no-private
--protected
--markup markdown
--readme README.md
--output-dir ./doc/autodocs
--files *.md
src/**/*.rb

0 comments on commit 4233a68

Please sign in to comment.