Skip to content

Commit

Permalink
trigger integration test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
blockloop committed Oct 15, 2020
1 parent 243d8db commit 9bd1c34
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: go
sudo: false
os: linux
go:
- "1.11"
- "1.12"
Expand All @@ -14,3 +14,15 @@ script:
- ./bin/golangci-lint run ./...
- go test -tags=integration -coverprofile=.coverprofile .
- goveralls -coverprofile=.coverprofile -service=travis-ci -repotoken $COVERALLS_API_TOKEN

jobs:
include:
- stage: trigger downstream
jdk: oraclejdk8
script: |
echo "TRAVIS_BRANCH=$TRAVIS_BRANCH TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST"
if [[ ($TRAVIS_BRANCH == master) &&
($TRAVIS_PULL_REQUEST == false) ]] ; then
curl -LO --retry 3 https://raw.github.com/mernst/plume-lib/master/bin/trigger-travis.sh
sh trigger-travis.sh blockloop scan_integration_tests $TRAVIS_ACCESS_TOKEN
fi
8 changes: 4 additions & 4 deletions vendor/gopkg.in/yaml.v3/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/gopkg.in/yaml.v3/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9bd1c34

Please sign in to comment.