mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
.travis.yml: Remove Travis CI
Travis has stalled building for open source projects.
This commit is contained in:
parent
a29aa8df5c
commit
b8c0438da2
22
.travis.yml
22
.travis.yml
@ -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
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user