浏览代码

Fixed Travis issue with deploy stage in PRs

Christopher Haster 7 年之前
父节点
当前提交
155224600a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -220,4 +220,4 @@ after_success:
 stages:
     - name: test
     - name: deploy
-      if: branch = master
+      if: branch = master AND type = push