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 3d07ae1
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ services:
- docker
cache: pip

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

travisBuddy:
regex: "^(https:\\/\\/transfer\\.sh\\/.*\\/.*)"
regexOptions: "gm"

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 3d07ae1

Please sign in to comment.