File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 33 - oraclejdk8
44
55env :
6- - JI_CHANNELS=$TRAVIS_BRANCH
6+ - IDEA_VERSION=IC-2016.3.2 GRAMMAR_KIT_VERSION=1.4.3
7+ - IDEA_VERSION=IC-2017.3.2 GRAMMAR_KIT_VERSION=2017.1.2
78
89after_success :
910 - gradle jacocoTestReport coveralls
1011
1112jobs :
1213 include :
13- - stage : test
14- env :
15- - IDEA_VERSION=IC-2016.3.2 GRAMMAR_KIT_VERSION=1.4.3
16- - IDEA_VERSION=IC-2017.3.2 GRAMMAR_KIT_VERSION=2017.1.2
17- - IDEA_VERSION=LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2017.1.2
18- if : (branch IN (master, Staging, Stable) AND type = push) OR (type = pull_request)
14+ - if : (branch IN (master, Staging, Stable) AND type = push) OR (type = pull_request)
15+ env : IDEA_VERSION=LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2017.1.2
1916 script : gradle check verifyPlugin
2017 - stage : deploy
21- env : IDEA_VERSION=IC-2018.1 GRAMMAR_KIT_VERSION=2017.1.2
2218 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
2320 script : gradle publishPlugin
You can’t perform that action at this time.
0 commit comments