Skip to content

Commit ec74aa3

Browse files
author
Clement Champetier
committed
Travis: update privileges of tool scripts
1 parent 6ddfb4a commit ec74aa3

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ before_script:
1717
- env | sort
1818
- date -u
1919
- uname -a
20-
21-
- chmod +x tools/travis.linux.install.deps.sh
22-
- chmod +x tools/travis.osx.install.deps.sh
2320

2421
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./tools/travis.linux.install.deps.sh; fi
2522
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./tools/travis.osx.install.deps.sh; fi
@@ -31,6 +28,4 @@ script:
3128
- cmake .. -DCMAKE_INSTALL_PREFIX=`pwd`/dist
3229
- make install
3330
# Launch tests
34-
- cd ..
35-
- chmod +x tools/travis.python.nosetests.sh
36-
- if [ "${TRAVIS_OS_NAME}" = "linux" && "${DEPENDENCY_MODE}" = "ffmpeg" ]; then ./tools/travis.python.nosetests.sh; fi
31+
- if [ "${TRAVIS_OS_NAME}" = "linux" && "${DEPENDENCY_MODE}" = "ffmpeg" ]; then ./../tools/travis.python.nosetests.sh; fi

tools/travis.linux.install.deps.sh

100644100755
File mode changed.

tools/travis.osx.install.deps.sh

100644100755
File mode changed.

tools/travis.python.nosetests.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)