Skip to content

Commit 5e088d3

Browse files
committed
[INTERNAL] add testing branch for deployment
1 parent c49c726 commit 5e088d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
env: IDEA_VERSION=LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2017.1.2
1616
script: gradle check verifyPlugin
1717
- stage: deploy
18-
if: branch IN (Staging, Stable) AND type = push
18+
if: branch IN (Testing, Staging, Stable) AND type = push
1919
env: IDEA_VERSION=IC-2017.3.2 GRAMMAR_KIT_VERSION=2017.1.2 JI_CHANNELS=$TRAVIS_BRANCH
2020
script: gradle publishPlugin

0 commit comments

Comments
 (0)