Skip to content

Commit 43c7e77

Browse files
authored
chore: Removed Travis CI integration (#326)
1 parent e088f55 commit 43c7e77

File tree

4 files changed

+5
-38
lines changed

4 files changed

+5
-38
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go Continuous Integration
1+
name: Continuous Integration
22
on: [push, pull_request]
33
jobs:
44

@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v2
2323
with:
2424
path: go/src/firebase.google.com/go
25-
25+
2626
- name: Get dependencies
2727
run: go get -t -v $(go list ./... | grep -v integration)
2828

@@ -43,7 +43,7 @@ jobs:
4343
echo "Go code is not formatted:"
4444
gofmt -d -s .
4545
exit 1
46-
fi
46+
fi
4747
4848
- name: Run Static Analyzer
4949
run: go vet -v firebase.google.com/go/...

.travis.gofmt.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/firebase/firebase-admin-go.svg?branch=master)](https://travis-ci.org/firebase/firebase-admin-go)
1+
[![Build Status](https://github.com/firebase/firebase-admin-go/workflows/Continuous%20Integration/badge.svg)](https://github.com/firebase/firebase-admin-go/actions)
22
[![GoDoc](https://godoc.org/firebase.google.com/go?status.svg)](https://godoc.org/firebase.google.com/go)
33
[![Go Report Card](https://goreportcard.com/badge/github.com/firebase/firebase-admin-go)](https://goreportcard.com/report/github.com/firebase/firebase-admin-go)
44

@@ -42,7 +42,7 @@ requests, code review feedback, and also pull requests.
4242
## Supported Go Versions
4343

4444
We support Go v1.11 and higher.
45-
[Continuous integration](https://travis-ci.org/firebase/firebase-admin-go) system
45+
[Continuous integration](https://github.com/firebase/firebase-admin-go/actions) system
4646
tests the code on Go v1.11 through v1.13.
4747

4848
## Documentation

0 commit comments

Comments
 (0)