aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-11-30 13:23:00 +0100
committerMarcoFalke <falke.marco@gmail.com>2015-11-30 16:34:33 +0100
commit9999cb0626750c912097c73a1ef5c50435a922e3 (patch)
treed3fc6e294962c5bd8a4887f6a7490e8ed9410456 /.travis.yml
parentfa22a1002873fb222a7ddb8d00c2bd727293ac13 (diff)
downloadbitcoin-9999cb0626750c912097c73a1ef5c50435a922e3.tar.xz
Fix url in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d2fbfee6f2..e2d43d6330 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@
# - A travis bug causes caches to trample eachother when using the same
# compiler key (which we don't use anyway). This is worked around for now by
# replacing the "compilers" with a build name prefixed by the no-op ":"
-# command. See: https://github.com/travis-ci/casher/issues/6
+# command. See: https://github.com/travis-ci/travis-ci/issues/4393
os: linux
language: cpp