Skip to content

Commit 7b40118

Browse files
committed
[INTERNAL] Separate build & deploy
1 parent 6fea9b4 commit 7b40118

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
- if: (branch = master AND type = push) OR (type = pull_request)
1515
env: IDEA_VERSION=LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2017.1.2
1616
script: gradle check verifyPlugin
17+
- if: branch IN (Staging, Stable) AND type = push
18+
script: skip
1719
- stage: deploy
1820
if: branch IN (Staging, Stable) AND type = push
19-
env: IDEA_VERSION=IC-2018.1 GRAMMAR_KIT_VERSION=2017.1.2 JI_CHANNELS=$TRAVIS_BRANCH
21+
env: IDEA_VERSION=IC-2017.3.2 GRAMMAR_KIT_VERSION=2017.1.2 JI_CHANNELS=$TRAVIS_BRANCH
2022
script: gradle check publishPlugin
2123

0 commit comments

Comments
 (0)