Removed TravisCI.
This commit is contained in:
parent
b81d486f34
commit
6d340eb5c4
3 changed files with 2 additions and 15 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Java CI with Gradle
|
||||
name: gradle-ci
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
|
|
13
.travis.yml
13
.travis.yml
|
@ -1,13 +0,0 @@
|
|||
language: java
|
||||
dist: trusty
|
||||
|
||||
env:
|
||||
global:
|
||||
- CI=true
|
||||
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- openjdk15
|
||||
|
||||
before_install:
|
||||
- chmod +x gradlew
|
|
@ -1,6 +1,6 @@
|
|||
[](http://opensource.org/licenses/BSD-3-Clause) [](https://github.com/ethauvin/readingtime/releases/latest) [](https://search.maven.org/search?q=g:%22net.thauvin.erik%22%20AND%20a:%22readingtime%22)
|
||||
|
||||
[](https://snyk.io/test/github/ethauvin/readingtime?targetFile=pom.xml) [](https://sonarcloud.io/dashboard?id=ethauvin_readingtime) [](https://travis-ci.com/ethauvin/readingtime) [](https://circleci.com/gh/ethauvin/readingtime/tree/master)
|
||||
[](https://snyk.io/test/github/ethauvin/readingtime?targetFile=pom.xml) [](https://sonarcloud.io/dashboard?id=ethauvin_readingtime) [](https://github.com/ethauvin/readingtime/actions/workflows/gradle.yml) [](https://circleci.com/gh/ethauvin/readingtime/tree/master)
|
||||
|
||||
# Estimated Reading Time for Blog Posts, Articles, etc.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue