aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-22 16:20:09 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-22 16:20:09 -0500
commit446ce9f956fd8f725a25e004592acb443d758c27 (patch)
treecc9811bb9b1453af53ba991454bb0e9d20028c1a
parent745d9fa00906102b34f48162cdd05fc656ec12f1 (diff)
downloaderable-godot-446ce9f956fd8f725a25e004592acb443d758c27.tar.gz
erable-godot-446ce9f956fd8f725a25e004592acb443d758c27.tar.bz2
erable-godot-446ce9f956fd8f725a25e004592acb443d758c27.zip
Hopefully fixed travis?
-rw-r--r--.travis.yml2
-rwxr-xr-xscripts/travis.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 178d452..080ffb5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ os:
- linux
- osx
sudo: require
-dist: xenial
+dist: trusty
compiler:
- gcc
osx_image: xcode10.2
diff --git a/scripts/travis.sh b/scripts/travis.sh
index d9844bf..8e61ff6 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -27,7 +27,7 @@ if [ $STAGE = "script" ]; then
echo "[TRAVIS] Building project"
make
echo "[TRAVIS] Deploying Qt Libraries"
- macdeployqt AleePlayer.app
+ macdeployqt AleePlayer.app -dmg
fi
elif [ $STAGE = "before_install" ]; then