We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8a1ad commit a28d785Copy full SHA for a28d785
.travis.yml
@@ -26,6 +26,7 @@ matrix:
26
before_install:
27
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install -qq cmake qt5-default cppcheck clang-tidy-3.8; fi
28
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install qt5 cppcheck; fi
29
+ - chmod +x ./configure
30
31
before_script:
32
- ./configure
0 commit comments