From d672e23b63850ce3c31d74bfa01b19831157e49a Mon Sep 17 00:00:00 2001 From: Hiranya Jayathilaka Date: Thu, 16 Jan 2020 11:12:35 -0800 Subject: [PATCH] chore: Removed Travis CI integration (#137) --- .github/workflows/ci.yml | 2 +- .travis.yml | 13 ------------- README.md | 2 ++ 3 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a69f1206..19d9c0d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: .NET Continuous Integration +name: Continuous Integration on: [push, pull_request] diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c33438e1..00000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: csharp -solution: FirebaseAdmin/FirebaseAdmin.sln -dist: xenial - -matrix: - include: - - dotnet: 2.1.502 - mono: none - script: - - dotnet build FirebaseAdmin/FirebaseAdmin - - dotnet build FirebaseAdmin/FirebaseAdmin.Snippets - - dotnet build FirebaseAdmin/FirebaseAdmin.IntegrationTests - - dotnet test FirebaseAdmin/FirebaseAdmin.Tests diff --git a/README.md b/README.md index ea6b82e8..22abd8c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://github.com/firebase/firebase-admin-dotnet/workflows/Continuous%20Integration/badge.svg)](https://github.com/firebase/firebase-admin-dotnet/actions) + # Firebase Admin .NET SDK ## Table of Contents