Skip to content

Commit 32a1a29

Browse files
committed
Set user executable flag for Travis CI script
1 parent f5f53a6 commit 32a1a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ before_install:
1111
# - BUILD_TYPE=Debug
1212

1313
script:
14+
- chmod u+x $TRAVIS_BUILD_DIR/tests/travis/script.sh
1415
- dir -l $TRAVIS_BUILD_DIR/tests/travis
1516
- docker run -v $TRAVIS_BUILD_DIR:/pdalc -t simverge/pdalc-build-deps:alpine /pdalc/tests/travis/script.sh

0 commit comments

Comments
 (0)