Skip to content

Commit 28d7f9a

Browse files
authored
Removed Travis integration (#759)
* Removed Travis integration * Fixed typo in task name
1 parent 9592302 commit 28d7f9a

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js Continous Integration
1+
name: Continuous Integration
22

33
on: [push, pull_request]
44

.travis.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/firebase/firebase-admin-node.svg?branch=master)](https://travis-ci.org/firebase/firebase-admin-node)
1+
[![Build Status](https://github.com/firebase/firebase-admin-node/workflows/Continuous%20Integration/badge.svg)](https://github.com/firebase/firebase-admin-node/actions)
22

33
# Firebase Admin Node.js SDK
44

0 commit comments

Comments
 (0)