Browse Source

Partially revert e675625d0d.

It causes problems with Travis CI builds because travis checks out the branch which might have newer commits and not find our particular commit.
adaptive-webui-19844
sledgehammer999 9 years ago
parent
commit
f12b300298
  1. 3
      .travis.yml

3
.travis.yml

@ -1,9 +1,6 @@ @@ -1,9 +1,6 @@
language:
- cpp
git:
depth: 1
env:
matrix:
# Uncomment when Travis upgraded "Ubuntu 12.04 LTS" to a newer version whose repo will have a more up-to-date libtorrent package

Loading…
Cancel
Save