From f668dd6c2042e33c83531e8a667a508437f5da6e Mon Sep 17 00:00:00 2001 From: Hiranya Jayathilaka Date: Mon, 13 Jan 2020 14:13:47 -0800 Subject: [PATCH 1/2] Removed Travis integration --- .github/workflows/ci.yml | 2 +- .travis.yml | 4 ---- README.md | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60a4b8bf43..910df40bf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Node.js Continous Integration +name: Continous Integration on: [push, pull_request] diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index acc148cfdb..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: node_js -node_js: - - "10" - - "8" diff --git a/README.md b/README.md index f7389ea3e1..d7155fb512 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/firebase/firebase-admin-node.svg?branch=master)](https://travis-ci.org/firebase/firebase-admin-node) +[![Build Status](https://github.com/firebase/firebase-admin-node/workflows/Continuous%20Integration/badge.svg)](https://github.com/firebase/firebase-admin-node/actions) # Firebase Admin Node.js SDK From 865e6963e10232dc8b21c3df02d0e82b3a525513 Mon Sep 17 00:00:00 2001 From: Hiranya Jayathilaka Date: Mon, 13 Jan 2020 14:18:08 -0800 Subject: [PATCH 2/2] Fixed typo in task name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 910df40bf0..e0c9931157 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Continous Integration +name: Continuous Integration on: [push, pull_request]