Skip to content

Commit

Permalink
.travis.yml: different way of installing docker
Browse files Browse the repository at this point in the history
  • Loading branch information
estroz committed Nov 27, 2018
1 parent 1088bc4 commit 8da432c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sudo: required
go:
- 1.10.3

addons:
apt:
packages:
- docker-ce

before_install:
- |
if [ "$TRAVIS_COMMIT_RANGE" != "" ] && ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.md)|(\.MD)|(\.png)|(\.pdf)|^(doc/)|^(MAINTAINERS)|^(LICENSE)'; then
Expand All @@ -18,14 +23,10 @@ jobs:
env: CLUSTER=openshift
script: make test/ci-go
name: Go on OpenShift
services:
- docker
- before_script: hack/ci/setup-openshift.sh
env: CLUSTER=openshift
script: make test/ci-ansible
name: Ansible on OpenShift
services:
- docker
- name: Markdown Link Checker
language: bash
before_install: true
Expand Down

0 comments on commit 8da432c

Please sign in to comment.