Skip to content

Commit

Permalink
Use the Travis script from the base Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 2, 2017
1 parent fcf2dca commit f431930
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
20 changes: 0 additions & 20 deletions .travis.sh

This file was deleted.

5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ services:
- docker

before_install:
- docker build -t yast-devel-tw .
- docker build -t yast-test-image .
script:
- docker run -it -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-devel-tw ./.travis.sh
# the "yast-travis" is included in the base yastdevel/ruby-tw Docker image
- docker run -it -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-test-image yast-travis
3 changes: 1 addition & 2 deletions Dockerfile
@@ -1,4 +1,3 @@
FROM yastorg/ruby-tw
FROM yastdevel/ruby-tw
COPY . /tmp/sources
WORKDIR /tmp/sources

0 comments on commit f431930

Please sign in to comment.