Skip to content

Commit

Permalink
Create travis file for eventing with power support
Browse files Browse the repository at this point in the history
  • Loading branch information
nagesh4193 committed Mar 11, 2021
1 parent 45c3ce3 commit 0c88841
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 0c88841

Please sign in to comment.