.travis.yml: Remove Travis CI

Travis has stalled building for open source projects.
This commit is contained in:
Andreas Schildbach 2021-08-31 18:51:22 +02:00
parent a29aa8df5c
commit b8c0438da2
2 changed files with 0 additions and 23 deletions

View File

@ -1,22 +0,0 @@
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
sudo: false
dist: bionic
language: java
matrix:
include:
- jdk: openjdk8
env: GRADLE_VERSION=4.4.1
- jdk: openjdk8
env: GRADLE_VERSION=4.10.3
- jdk: openjdk11
env: GRADLE_VERSION=4.10.3
install: true
before_script:
- gradle wrapper --gradle-version=$GRADLE_VERSION
script:
- ./gradlew clean build
notifications:
irc:
channels: "irc.freenode.net#bitcoinj"
skip_join: true

View File

@ -1,5 +1,4 @@
[![Github Build Status](https://github.com/bitcoinj/bitcoinj/workflows/Java%20CI/badge.svg)](https://github.com/bitcoinj/bitcoinj/actions)
[![Travis Build Status](https://travis-ci.org/bitcoinj/bitcoinj.png?branch=master)](https://travis-ci.org/bitcoinj/bitcoinj)
[![GitLab Build Status](https://gitlab.com/bitcoinj/bitcoinj/badges/master/pipeline.svg)](https://gitlab.com/bitcoinj/bitcoinj/pipelines)
[![Coverage Status](https://coveralls.io/repos/bitcoinj/bitcoinj/badge.png?branch=master)](https://coveralls.io/r/bitcoinj/bitcoinj?branch=master)