Skip to content

Commit

Permalink
Merge pull request #611 from yast/sp3_merge
Browse files Browse the repository at this point in the history
Sp3 merge
  • Loading branch information
jreidinger committed Aug 10, 2017
2 parents ab93d39 + 8179de5 commit cb296ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.pot
*.log
*.trs
Makefile
/Makefile.am
Makefile.am.common
Expand All @@ -12,6 +15,7 @@ config.*
configure
configure.in
configure.ac
coverage/
install-sh
pluglib-bindings.ami
*/.dep
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ services:

before_install:
- docker build -t yast-yast2-image .
# list the installed packages (just for easier debugging)
- docker run --rm -it yast-yast2-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

0 comments on commit cb296ee

Please sign in to comment.