From 1c2af62b30ca3cfb01adeee11a533deeaf7db7bd Mon Sep 17 00:00:00 2001 From: Maurice McCabe Date: Sat, 29 Feb 2020 00:25:32 -0800 Subject: [PATCH] switched to default app built on tagged release --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b8efcbd..b044072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ jobs: os: osx osx_image: xcode11.3 # only build on tag releases - # if: tag IS present + if: tag IS present before_install: # Set up JDK 8 for Android SDK @@ -94,8 +94,8 @@ jobs: - pub global activate --source path . script: - # - cd example/default_app; sylph - - cd example/flavors; sylph + - cd example/default_app; sylph +# - cd example/flavors; sylph # publish artifacts to GitHub before_deploy: