Browse Source

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

Anisse Astier 8 years ago
parent
commit
099cfdb770
2 changed files with 0 additions and 2 deletions
  1. 0 2
      .travis.yml
  2. 0 0
      devscripts/run_tests.sh

+ 0 - 2
.travis.yml

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

+ 0 - 0
devscripts/run_tests.sh