Browse Source

travis: Remove hostname hack

This was required for java, and we no longer use java for the tests.
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
eb0c52ec1d
  1. 5
      .travis.yml

5
.travis.yml

@ -1,10 +1,5 @@ @@ -1,10 +1,5 @@
sudo: required
dist: trusty
#workaround for https://github.com/travis-ci/travis-ci/issues/5227
addons:
hostname: bitcoin-tester
os: linux
language: generic
cache:

Loading…
Cancel
Save