From 2de8887322817f8f80a11a96692e12b4c961445c Mon Sep 17 00:00:00 2001 From: Black Hat Date: Wed, 5 Sep 2018 09:13:24 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0952487..64bda5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,4 @@ script: - qmake matrique.pro PREFIX="${DEPLOY_DIR}" - make - make install -- macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml -- tar czvf matrique.tar.gz ${DEPLOY_DIR} - -deploy: - provider: releases - api_key: "3271b1cdd3c3615e42e503e08feb9498c4800aae" - file: "matrique.tar.gz" - skip_cleanup: true \ No newline at end of file +- macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml \ No newline at end of file