Skip to content

Commit

Permalink
Use the new Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 9, 2017
1 parent e9c0670 commit 57d1d9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,5 +1,5 @@
sudo: required
language: ruby
language: bash
services:
- docker

Expand All @@ -8,4 +8,4 @@ before_install:
script:
# the "yast-travis" script is included in the base yastdevel/ruby-tw image
# see https://github.com/yast/docker-yast-ruby-tw/blob/master/yast-travis
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-kdump-image yast-travis
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-kdump-image yast-travis-ruby
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,3 +1,3 @@
FROM yastdevel/ruby-tw
COPY . /tmp/sources
FROM yastdevel/ruby
COPY . /usr/src/app

0 comments on commit 57d1d9f

Please sign in to comment.