Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit 7fe0795

Browse files
committed
Update build to use stable 2018.1 dependencies
1 parent ad38b20 commit 7fe0795

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
- "export ORG_GRADLE_PROJECT_bladePluginVersion=${BLADE_PLUGIN_VERSION}"
2121

2222
env:
23-
- IDEA_VERSION="IU-181.4203.6" PHP_PLUGIN_VERSION="181.4096.20" BLADE_PLUGIN_VERSION="181.4096.20"
23+
- IDEA_VERSION="IU-2018.1" PHP_PLUGIN_VERSION="181.4203.565" BLADE_PLUGIN_VERSION="181.4203.565"
2424
- IDEA_VERSION="IU-2017.3.5" PHP_PLUGIN_VERSION="173.4301.34" BLADE_PLUGIN_VERSION="173.4127.29"
2525

2626
script:

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ideaVersion = IU-2017.3.5
2-
phpPluginVersion = 173.4301.34
3-
bladePluginVersion = 173.4127.29
4-
#ideaVersion = IU-181.4203.6
5-
#phpPluginVersion = 181.4096.20
6-
#bladePluginVersion = 181.4096.20
1+
ideaVersion = IU-2018.1
2+
phpPluginVersion = 181.4203.565
3+
bladePluginVersion = 181.4203.565
4+
#ideaVersion = IU-2017.3.5
5+
#phpPluginVersion = 173.4301.34
6+
#bladePluginVersion = 173.4127.29

0 commit comments

Comments
 (0)