From 8054694eb7751b7261025d213c60f521ce1327fe Mon Sep 17 00:00:00 2001 From: Chadwick Boulay Date: Thu, 10 Jan 2019 18:49:56 -0500 Subject: [PATCH] AppVeyor and Travis deploy to GitHub - use tags only. --- .appveyor.yml | 1 - .travis.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2c32328..800c2d5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -41,5 +41,4 @@ deploy: secure: XzGnVTRjZI2AuQzR5A6qPgZViAAbBVq7/VhM7O8kyTmjIkvUjH1RrwWiFLuinsus force_update: true on: - branch: master APPVEYOR_REPO_TAG: true \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 7961f15..79840bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: cpp compiler: clang env: - # DODEPLOY=0 LSL_VERSION="1.13.0-b3" matrix: include: @@ -41,4 +40,4 @@ deploy: - LabRecorderCLI-${LSL_VERSION}-${TRAVIS_OSX_IMAGE}.dmg on: repo: labstreaminglayer/App-LabRecorder - condition: $TRAVIS_TAG || $DODEPLOY + tags: true