Skip to content

Commit

Permalink
Testing travis-buddy
Browse files Browse the repository at this point in the history
  • Loading branch information
SilleBille committed Dec 3, 2018
1 parent 108ce6b commit 7e837e5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ services:
- docker
cache: pip

notifications:
webhooks: https://www.travisbuddy.com/?insertMode=update
on_success: never

env:
- BASE_IMAGE_VERSION=28 TASK="PKI"
- BASE_IMAGE_VERSION=28 TASK="IPA"
- BASE_IMAGE_VERSION=29 TASK="PKI"
- BASE_IMAGE_VERSION=29 TASK="IPA"
matrix:
- BASE_IMAGE_VERSION=28 TASK="PKI"
- BASE_IMAGE_VERSION=28 TASK="IPA"
- BASE_IMAGE_VERSION=29 TASK="PKI"
- BASE_IMAGE_VERSION=29 TASK="IPA"

before_install:
- set -a && source travis/global_variables
Expand Down

0 comments on commit 7e837e5

Please sign in to comment.