Skip to content

Commit 6f2759d

Browse files
committed
[TEST] build
1 parent d39ab23 commit 6f2759d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jdk:
55
env:
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

1111
script: xvfb-run gradle check
@@ -16,9 +16,9 @@ after_success:
1616
jobs:
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

0 commit comments

Comments
 (0)