aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuutaW <17158086+Trumeet@users.noreply.github.com>2019-06-29 09:50:25 -0700
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2019-06-29 09:50:25 -0700
commit306cb4e1edaf2aa48c8dff539abf9da15faa1d10 (patch)
treea15b703134d68c86762b1c7ddf4a3c084e20e672
parentaaadccc7af2ebad8b7b1ff16054aabe112f3e74e (diff)
downloadDesktop-306cb4e1edaf2aa48c8dff539abf9da15faa1d10.tar
Desktop-306cb4e1edaf2aa48c8dff539abf9da15faa1d10.tar.gz
Desktop-306cb4e1edaf2aa48c8dff539abf9da15faa1d10.tar.bz2
Desktop-306cb4e1edaf2aa48c8dff539abf9da15faa1d10.zip
feat(ci): do not run build on non-master branchesuntagged-73dab620266389831c68
I'm attempting to prevent running builds after tagging (releasing) Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6592879..30f49c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: shell
os: windows
git:
depth: false
+if: branch = master
script:
- choco install jdk8
- export JAVA_HOME='C:\Program Files\Java\jdk1.8.0_211\'