Skip to content

Commit 92d314f

Browse files
authored
Merge pull request #1236 from cedricziel/since-until
Do not set until constraint so EAP users can still use the plugin
2 parents 1b06ffe + 51f58fb commit 92d314f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ env:
2828
- PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-2017.3.5" PHP_PLUGIN_VERSION="173.4301.34" TWIG_PLUGIN_VERSION="173.4301.7" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.2.1"
2929

3030
script:
31-
- "./gradlew check buildPlugin"
31+
- "./gradlew check verifyPlugin buildPlugin"

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ apply plugin: 'java'
2121

2222
intellij {
2323
version ideaVersion
24+
updateSinceUntilBuild false
2425
plugins = [
2526
"com.jetbrains.php:${phpPluginVersion}",
2627
"com.jetbrains.twig:${twigPluginVersion}",

0 commit comments

Comments
 (0)