From ac98c776b304dc87b3d9991e62250d390726e6c9 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Mon, 13 Jan 2020 13:08:16 -0800 Subject: [PATCH 1/2] Removing Travis and GCB integrations --- .travis.yml | 1 - cloudbuild.yaml | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 .travis.yml delete mode 100644 cloudbuild.yaml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index dff5f3a5d..000000000 --- a/.travis.yml +++ /dev/null @@ -1 +0,0 @@ -language: java diff --git a/cloudbuild.yaml b/cloudbuild.yaml deleted file mode 100644 index 77e86375e..000000000 --- a/cloudbuild.yaml +++ /dev/null @@ -1,4 +0,0 @@ -steps: - - name: 'maven:3-jdk-7' - entrypoint: 'mvn' - args: ['test', '-V', '-B'] From 68e834d0b33c85728a4409c7ac2af728ae4418e2 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Mon, 13 Jan 2020 14:11:59 -0800 Subject: [PATCH 2/2] Updated CI badge --- .github/workflows/ci.yml | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b92d7bf0..10007c5c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,10 @@ -name: Java Continuous Integration +name: Continuous Integration on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v1 - name: Set up JDK 1.7 diff --git a/README.md b/README.md index 65a80bed0..406223d06 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/firebase/firebase-admin-java.svg?branch=master)](https://travis-ci.org/firebase/firebase-admin-java) +[![Build Status](https://github.com/firebase/firebase-admin-java/workflows/Continuous%20Integration/badge.svg)](https://github.com/firebase/firebase-admin-java/actions) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.google.firebase/firebase-admin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.google.firebase/firebase-admin) [![Javadoc](https://javadoc-badge.appspot.com/com.google.firebase/firebase-admin.svg)](https://firebase.google.com/docs/reference/admin/java/reference/packages)