3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 02:05:53 +00:00
altcoinj/.travis.yml
2018-05-01 16:49:30 +02:00

20 lines
406 B
YAML

# configuration for https://travis-ci.org/bitcoinj/bitcoinj
sudo: false
dist: trusty
language: java
jdk: oraclejdk8
install:
# before_install:
- sudo apt-get -qq update
- sudo apt-get install -y protobuf-compiler
script:
- gradle -q clean install
- jdk_switcher use openjdk7
- cd core
- gradle -q clean build
notifications:
irc:
channels: "irc.freenode.net#bitcoinj"
skip_join: true