youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 099cfdb770f458de7cfdf3e814fbb9f43db217ea
parent 398dea321001b99ac4ad28d3d60a5317c4a439d7
Author: Anisse Astier <anisse@astier.eu>
Date:   Wed, 15 Feb 2017 17:28:31 +0100

[devscripts/run_tests.sh] Change permission for script to 755


Diffstat:
M.travis.yml | 2--
Mdevscripts/run_tests.sh | 0
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -11,8 +11,6 @@ sudo: false env: - YTDL_TEST_SET=core - YTDL_TEST_SET=download -before_script: - - chmod +x ./devscripts/run_tests.sh script: ./devscripts/run_tests.sh notifications: email: diff --git a/devscripts/run_tests.sh b/devscripts/run_tests.sh