summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2015-08-25 19:42:07 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2015-08-26 00:27:32 +0100
commitdf3a3c77ebd8ab13aba210252d60db53a0f31c90 (patch)
tree3c8372deb794856e5a882033517eeb201c5a3d54 /.travis.yml
parenta3073c44e2d0e8ef70528e21d223fd364831a1af (diff)
downloaddeluge-df3a3c77ebd8ab13aba210252d60db53a0f31c90.tar.gz
deluge-df3a3c77ebd8ab13aba210252d60db53a0f31c90.tar.bz2
deluge-df3a3c77ebd8ab13aba210252d60db53a0f31c90.zip
Fix travis build version issue
* version.py script requires git tags but detached HEAD in travis clone requires manually creating the RELEASE-VERSION. * Also fix relative path issue building docs.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 63cade1f0..3dfff3250 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,6 +40,7 @@ before_script:
- export PYTHONPATH=$PYTHONPATH:$PWD
- python -c "import libtorrent as lt; print lt.version"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
+ - echo '2.0.0.dev0' > RELEASE-VERSION
script:
- bash -c "echo $DISPLAY"