Update .travis.yml

This commit is contained in:
Black Hat 2018-09-07 06:52:43 +00:00
parent 1575a754b7
commit 7be3947ed1
1 changed files with 3 additions and 0 deletions

View File

@ -14,7 +14,10 @@ script:
- make - make
- make install - make install
- macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml - macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml
before_deploy:
- mv ${DEPLOY_DIR}/bin/matrique.dmg ./ - mv ${DEPLOY_DIR}/bin/matrique.dmg ./
- sed -i -e "s/TRAVIS_BUILD_NUMBER/${TRAVIS_BUILD_NUMBER}/g" .ci/bintray-release.json
deploy: deploy:
- provider: bintray - provider: bintray