Skip to content

Commit a28d785

Browse files
committed
Add execution bit for .travis.yml (refs #71)
1 parent ed8a1ad commit a28d785

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
@@ -26,6 +26,7 @@ matrix:
2626
before_install:
2727
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install -qq cmake qt5-default cppcheck clang-tidy-3.8; fi
2828
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install qt5 cppcheck; fi
29+
- chmod +x ./configure
2930

3031
before_script:
3132
- ./configure

0 commit comments

Comments
 (0)