Skip to content

Commit 98d3bae

Browse files
committed
[INTERNAL] switch to openjdk8 travis build
1 parent eec86db commit 98d3bae

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: java
22
jdk:
3-
- oraclejdk8
3+
- openjdk8
44

55
env:
66
- IDEA_VERSION=IC-2016.3.2 GRAMMAR_KIT_VERSION=1.4.3
77
- IDEA_VERSION=IC-2017.3.2 GRAMMAR_KIT_VERSION=2017.1.2
88
- IDEA_VERSION=IC-2018.3.2 GRAMMAR_KIT_VERSION=2017.1.6
9+
- IDEA_VERSION=PC-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2017.1.6
910

1011
script: xvfb-run gradle check
1112

@@ -15,9 +16,9 @@ after_success:
1516
jobs:
1617
include:
1718
- if: (branch = master AND type = push) OR (type = pull_request)
18-
env: IDEA_VERSION=PC-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2017.1.6
19+
env: IDEA_VERSION=IC-191.5701.16 GRAMMAR_KIT_VERSION=2017.1.6
1920
script: xvfb-run gradle check verifyPlugin
2021
- stage: deploy
2122
if: branch IN (Testing, Staging, Stable) AND type = push
22-
env: IDEA_VERSION=IC-2018.3.2 GRAMMAR_KIT_VERSION=2017.1.6 JI_CHANNELS=$TRAVIS_BRANCH
23+
env: IDEA_VERSION=IC-191.5701.16 GRAMMAR_KIT_VERSION=2017.1.6 JI_CHANNELS=$TRAVIS_BRANCH
2324
script: xvfb-run gradle publishPlugin

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.6.1
2+
Aug 01, 2019
3+
4+
NEW: plugin logo icons added (Thx to FineVisuals for support)
5+
16
2.6.0
27
Jul 18, 2019
38

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<change-notes><![CDATA[
4848
<pre style="font-family: sans-serif">
49-
NEW: Table column width calculation and adjustment based on content
49+
NEW: plugin logo icons added (Thx to FineVisuals for support)
5050
</pre>
5151
]]>
5252
</change-notes>

0 commit comments

Comments
 (0)