Skip to content

Commit

Permalink
Switch from Travis to GitHub Actions, and don't try to build with JDK7.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 363245687
  • Loading branch information
cgdecker authored and Flogger Team committed Mar 16, 2021
1 parent 32ccfe2 commit c7c876f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "JDK ${{ matrix.java }}"
strategy:
matrix:
java: [7, 8, 11, 15]
java: [8, 11, 15]
runs-on: ubuntu-latest
env:
# Used by bazelisk: https://github.com/bazelbuild/bazelisk
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flogger: A Fluent Logging API for Java
[![Maven Central](https://img.shields.io/maven-central/v/com.google.flogger/flogger.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.google.flogger%22%20AND%20a:%22flogger%22&core=gav) [![Javadocs](https://javadoc.io/badge/com.google.flogger/flogger.svg)](https://javadoc.io/doc/com.google.flogger/flogger) [![Travis](https://travis-ci.org/google/flogger.svg?branch=master)](https://travis-ci.org/google/flogger)
[![Maven Central](https://img.shields.io/maven-central/v/com.google.flogger/flogger.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.google.flogger%22%20AND%20a:%22flogger%22&core=gav) [![Javadocs](https://javadoc.io/badge/com.google.flogger/flogger.svg)](https://javadoc.io/doc/com.google.flogger/flogger) [![CI](https://github.com/google/flogger/workflows/CI/badge.svg?branch=master)](https://github.com/google/flogger/actions)

## What is it?

Expand Down

0 comments on commit c7c876f

Please sign in to comment.