Skip to content

Commit

Permalink
Switch to the Ruby Docker image
Browse files Browse the repository at this point in the history
to run also the Ruby checks.
  • Loading branch information
lslezak committed Jan 23, 2017
1 parent 7015035 commit ce8eb16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ services:
before_install:
- docker build -t yast-squid-image .
script:
# the "yast-travis-cpp" script is included in the base yastdevel/cpp image
# see https://github.com/yast/docker-yast-cpp/blob/master/yast-travis-cpp
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-squid-image yast-travis-cpp
# 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-squid-image yast-travis-ruby
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM yastdevel/cpp
FROM yastdevel/ruby
RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
yast2 \
yast2-ruby-bindings \
yast2-testsuite

boost-devel \
gcc-c++ \
libtool \
yast2-core-devel
COPY . /usr/src/app

0 comments on commit ce8eb16

Please sign in to comment.