Skip to content

Commit 01d0762

Browse files
committed
PhpStorm 2019.2 travis environment
1 parent 81a96b6 commit 01d0762

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ sudo: false
22
language: java
33
jdk:
44
- oraclejdk8
5+
- oraclejdk11
56

67
before_cache:
78
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@@ -24,6 +25,7 @@ before_install:
2425

2526
env:
2627
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-2019.1.2" PHP_PLUGIN_VERSION="191.7141.52" TWIG_PLUGIN_VERSION="191.6183.95" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3" DQL_PLUGIN_VERSION="191.5849.16"
28+
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-2019.2" PHP_PLUGIN_VERSION="192.5728.108" TWIG_PLUGIN_VERSION="192.5728.26" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3" DQL_PLUGIN_VERSION="192.5728.12"
2729

2830
script:
2931
- "./gradlew check verifyPlugin buildPlugin"

0 commit comments

Comments
 (0)