Update .travis.yml

Remove extra quotation mark
This commit is contained in:
Hamed Masafi 2019-08-04 11:28:08 +04:30 committed by GitHub
parent da95ce93bf
commit c8a7479a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ before_script:
- '[[ "$TRAVIS_OS_NAME" != linux || "$PPA" == */opt-* ]] || export QT_SELECT=qt5'
- mkdir -p "$TRAVIS_BUILD_DIR-build"
- cd "$TRAVIS_BUILD_DIR-build"
- echo 'QT -= gui' >> ""$TRAVIS_BUILD_DIR/ci-test-init.pri"
- echo 'QT -= gui' >> "$TRAVIS_BUILD_DIR/ci-test-init.pri"
- qmake -r -Wall -Wlogic -Wparser CONFIG+=debug_and_release "$TRAVIS_BUILD_DIR/nut.pro"
script: