Skip to content

Commit

Permalink
Added debugging command
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jun 2, 2017
1 parent 7b20f08 commit 3e81cb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
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 3e81cb9

Please sign in to comment.