From 763495f1ccb15a756cf6df801f73f90331107f8f Mon Sep 17 00:00:00 2001 From: AKuHAK Date: Sun, 27 Aug 2017 13:30:50 +0300 Subject: [PATCH] Travis: trying to fix build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3037e3de..7b7b04c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ deploy: skip_cleanup: true on: tags: true + all_branches: true sudo: required @@ -62,3 +63,4 @@ script: - cd $TRAVIS_BUILD_DIR - make - zip uLaunchelf_$TRAVIS_COMMIT.zip ULE.ELF +- curl --upload-file uLaunchelf_$TRAVIS_COMMIT.zip https://transfer.sh/uLaunchelf.zip | grep transfer