Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Move CI to GitHub Actions #7

Merged
merged 1 commit into from
Apr 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Java CI

on:
- pull_request
- push

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew clean build
1 change: 0 additions & 1 deletion .travis.yml

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ on [firebase.google.com](https://firebase.google.com/docs/).
We love contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.

## Build Status
[![Build Status](https://travis-ci.org/firebase/snippets-java.svg?branch=master)](https://travis-ci.org/firebase/snippets-java)
[![Actions Status][gh-actions-badge]][gh-actions]

[gh-actions]: https://github.com/firebase/snippets-java/actions
[gh-actions-badge]: https://github.com/firebase/snippets-java/workflows/Java%20CI/badge.svg