mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 19:41:24 +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
|
||||
sudo: false
|
||||
dist: precise
|
||||
language: java
|
||||
addons:
|
||||
hosts:
|
||||
- host
|
||||
hostname: host
|
||||
jdk: oraclejdk8
|
||||
install: true # remove default
|
||||
script:
|
||||
|
Reference in New Issue
Block a user