Skip to content

Commit

Permalink
Merge pull request #764 from nagesh4193/nages_eventing
Browse files Browse the repository at this point in the history
Create travis file for eventing with power support
  • Loading branch information
seth-priya authored Mar 16, 2021
2 parents 62737f0 + 0c88841 commit 96efecc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions travis-ymls/eventing.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# ----------------------------------------------------------------------------
#
# Package : eventing
# Source Repo : https://github.com/knative/eventing
# Travis Job Link : https://travis-ci.com/github/nagesh4193/eventing/builds/219740600
# Created travis.yml : Yes
# Maintainer : Nageswara Rao K<nagesh4193@gmail.com>/Priya Seth<sethp@us.ibm.com>
#
# Script License : Apache License, Version 2 or later
#
# ----------------------------------------------------------------------------

language: go

go:
- 1.16.x
- tip

arch:
- amd64
- ppc64le

script:
- go test -v ./pkg/... -tags=e2e

0 comments on commit 96efecc

Please sign in to comment.