Explorar el Código

Fixed Travis issue with deploy stage in PRs

Christopher Haster hace 7 años
padre
commit
155224600a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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