File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,12 @@ cache:
1717matrix :
1818 include :
1919 - env : IDEA_VERSION="IU-2018.1.5" PHP_PLUGIN_VERSION="181.5281.35" PSI_VIEWER_PLUGIN_VERSION="2018.1.2" SINCE_BUILD="181" UNTIL_BUILD="181.*"
20- - env : IDEA_VERSION="IU-182.3684.40 " PHP_PLUGIN_VERSION="182.3684.40 " PSI_VIEWER_PLUGIN_VERSION="182.2757.2" SINCE_BUILD="182" UNTIL_BUILD="182.*"
21- allow_failures :
22- - env : IDEA_VERSION="IU-182.3684.40" PHP_PLUGIN_VERSION="182.3684.40" PSI_VIEWER_PLUGIN_VERSION=182.2757.2 SINCE_BUILD="182" UNTIL_BUILD="182.*"
20+ - env : IDEA_VERSION="IU-2018.2 " PHP_PLUGIN_VERSION="182.3684.41 " PSI_VIEWER_PLUGIN_VERSION="182.2757.2" SINCE_BUILD="182" UNTIL_BUILD="182.*"
21+ # allow_failures:
22+ # - env: IDEA_VERSION="IU-182.3684.40" PHP_PLUGIN_VERSION="182.3684.40" PSI_VIEWER_PLUGIN_VERSION=182.2757.2 SINCE_BUILD="182" UNTIL_BUILD="182.*"
2323
2424before_install :
2525- " export ORG_GRADLE_PROJECT_ideaVersion=${IDEA_VERSION}"
26- - " export ORG_GRADLE_PROJECT_ideaType=${IDEA_TYPE}"
2726- " export ORG_GRADLE_PROJECT_phpPluginVersion=${PHP_PLUGIN_VERSION}"
2827- " export ORG_GRADLE_PROJECT_psiViewerPluginVersion=${PSI_VIEWER_PLUGIN_VERSION}"
2928- " export ORG_GRADLE_PROJECT_customSinceBuild=${SINCE_BUILD}"
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ customUntilBuild = 182.*
99jFlexRelease = 1.7.0-1
1010grammarKitPluginVersion = 2018.1.3
1111
12- ideaVersion = IU-182.3684.40
13- phpPluginVersion = 182.3684.40
12+ ideaVersion = IU-2018.2
13+ phpPluginVersion = 182.3684.41
1414psiViewerPluginVersion = 182.2757.2
1515
1616# ideaVersion = IU-2018.1.5
You can’t perform that action at this time.
0 commit comments