Skip to content

Commit

Permalink
Merge pull request #290 from teclator/merge_SLE-12-SP2
Browse files Browse the repository at this point in the history
Merge SLE-12-SP2
  • Loading branch information
teclator committed Aug 23, 2017
2 parents 402e589 + 0c47557 commit 1ed6201
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -55,3 +55,6 @@ testsuite/run
testsuite/config
test-driver
compile
/.yardoc
/doc/autodocs
/coverage
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ services:

before_install:
- docker build -t yast-storage-image .
# list the installed packages (just for easier debugging)
- docker run --rm -it yast-storage-image rpm -qa | sort

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
Expand Down
7 changes: 7 additions & 0 deletions .yardopts
@@ -0,0 +1,7 @@
--no-private
--markup markdown
--protected
--readme README.md
--output-dir ./doc/autodocs
--files *.md
src/**/*.rb

0 comments on commit 1ed6201

Please sign in to comment.