diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60a4b8bf43..e0c9931157 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Node.js Continous Integration +name: Continuous 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