travis yml error fix

This commit is contained in:
Hamed Masafi 2018-02-26 13:48:44 +03:30
parent 465aee8998
commit afc22008e2
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ install:
- qmake -v
before_script:
#- cppcheck --error-exitcode=1 --quiet
.
- '[[ "$TRAVIS_OS_NAME" != linux || "$CXX" != clang++ ]] || export QMAKESPEC=linux-clang'
- '[[ "$TRAVIS_OS_NAME" != linux || "$CXX" != g++ ]] || export QMAKESPEC=linux-g++'
- '[[ "$TRAVIS_OS_NAME" != osx || "$CXX" != clang++ ]] || export QMAKESPEC=macx-clang'