Skip to content

Commit

Permalink
.travis.yml: Continue using the Ubuntu Precise image for continuous i…
Browse files Browse the repository at this point in the history
…ntegration builds.

This includes a workaround for an OpenJDK6 buffer overflow issue:
travis-ci/travis-ci#5227
  • Loading branch information
Andreas Schildbach committed Feb 22, 2018
1 parent 83453d9 commit 6ba1b95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 6ba1b95

Please sign in to comment.