File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55env :
66# - IDEA_VERSION=IC-2017.3.1 GRAMMAR_KIT_VERSION=2017.1.2
77# - IDEA_VERSION=PC-2018.3.2 GRAMMAR_KIT_VERSION=2017.1.7
8- - IDEA_VERSION=RD -2019.3.3 GRAMMAR_KIT_VERSION=2019.3
8+ - IDEA_VERSION=PC -2019.3.2 GRAMMAR_KIT_VERSION=2019.3
99 - IDEA_VERSION=IU-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2019.3
1010
1111script : xvfb-run gradle check
@@ -16,9 +16,9 @@ after_success:
1616jobs :
1717 include :
1818 - if : (branch = master AND type = push) OR (type = pull_request)
19- env : IDEA_VERSION=IC-191.5701.16 GRAMMAR_KIT_VERSION=2017.1.7
19+ env : IDEA_VERSION=IC-193.5662.53 GRAMMAR_KIT_VERSION=2019.3
2020 script : xvfb-run gradle check verifyPlugin
2121 - stage : deploy
2222 if : branch IN (Testing, Staging, Stable) AND type = push
23- env : IDEA_VERSION=IC-191.5701.16 GRAMMAR_KIT_VERSION=2017.1.7 JI_CHANNELS=$TRAVIS_BRANCH
23+ env : IDEA_VERSION=IC-193.5662.53 GRAMMAR_KIT_VERSION=2017.3 JI_CHANNELS=$TRAVIS_BRANCH
2424 script : xvfb-run gradle publishPlugin
You can’t perform that action at this time.
0 commit comments