Skip to content

Commit

Permalink
[TEST] build
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeSharpSoft committed Apr 18, 2020
1 parent d39ab23 commit 6f2759d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,7 +5,7 @@ jdk:
env:
# - IDEA_VERSION=IC-2017.3.1 GRAMMAR_KIT_VERSION=2017.1.2
# - IDEA_VERSION=PC-2018.3.2 GRAMMAR_KIT_VERSION=2017.1.7
- IDEA_VERSION=RD-2019.3.3 GRAMMAR_KIT_VERSION=2019.3
- IDEA_VERSION=PC-2019.3.2 GRAMMAR_KIT_VERSION=2019.3
- IDEA_VERSION=IU-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2019.3

script: xvfb-run gradle check
Expand All @@ -16,9 +16,9 @@ after_success:
jobs:
include:
- if: (branch = master AND type = push) OR (type = pull_request)
env: IDEA_VERSION=IC-191.5701.16 GRAMMAR_KIT_VERSION=2017.1.7
env: IDEA_VERSION=IC-193.5662.53 GRAMMAR_KIT_VERSION=2019.3
script: xvfb-run gradle check verifyPlugin
- stage: deploy
if: branch IN (Testing, Staging, Stable) AND type = push
env: IDEA_VERSION=IC-191.5701.16 GRAMMAR_KIT_VERSION=2017.1.7 JI_CHANNELS=$TRAVIS_BRANCH
env: IDEA_VERSION=IC-193.5662.53 GRAMMAR_KIT_VERSION=2017.3 JI_CHANNELS=$TRAVIS_BRANCH
script: xvfb-run gradle publishPlugin

0 comments on commit 6f2759d

Please sign in to comment.