Skip to content

Commit e3e42df

Browse files
committed
[FIX] fix travis build
1 parent 7f6d8fd commit e3e42df

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,18 @@ jdk:
33
- oraclejdk8
44

55
env:
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

89
after_success:
910
- gradle jacocoTestReport coveralls
1011

1112
jobs:
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

0 commit comments

Comments
 (0)