[devscripts/run_tests.sh] Change permission for script to 755
authorAnisse Astier <anisse@astier.eu>
Wed, 15 Feb 2017 16:28:31 +0000 (17:28 +0100)
committerSergey M <dstftw@gmail.com>
Wed, 15 Feb 2017 16:28:31 +0000 (00:28 +0800)
.travis.yml
devscripts/run_tests.sh [changed mode: 0644->0755]

index 8ba93ec02e460ca30269a9bda05e1461c6d53169..f41e11137f6b5a93033d6d94adc6d62d03b9520a 100644 (file)
@@ -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:
old mode 100644 (file)
new mode 100755 (executable)