mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
.travis.yml: Continue using the Ubuntu Precise image for continuous integration builds.
This includes a workaround for an OpenJDK6 buffer overflow issue: https://github.com/travis-ci/travis-ci/issues/5227
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
|
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
|
||||||
sudo: false
|
sudo: false
|
||||||
|
dist: precise
|
||||||
language: java
|
language: java
|
||||||
|
addons:
|
||||||
|
hosts:
|
||||||
|
- host
|
||||||
|
hostname: host
|
||||||
jdk: oraclejdk8
|
jdk: oraclejdk8
|
||||||
install: true # remove default
|
install: true # remove default
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user