3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 18:25:51 +00:00
altcoinj/.travis.yml

20 lines
406 B
YAML
Raw Normal View History

# 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