From 155224600a496e69c26867592cabcbd49464d86c Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Mon, 12 Mar 2018 19:57:57 -0500 Subject: [PATCH] Fixed Travis issue with deploy stage in PRs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c6139f..89f63ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -220,4 +220,4 @@ after_success: stages: - name: test - name: deploy - if: branch = master + if: branch = master AND type = push