We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b06ffe + 51f58fb commit 92d314fCopy full SHA for 92d314f
.travis.yml
@@ -28,4 +28,4 @@ env:
28
- 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"
29
30
script:
31
-- "./gradlew check buildPlugin"
+- "./gradlew check verifyPlugin buildPlugin"
build.gradle
@@ -21,6 +21,7 @@ apply plugin: 'java'
21
22
intellij {
23
version ideaVersion
24
+ updateSinceUntilBuild false
25
plugins = [
26
"com.jetbrains.php:${phpPluginVersion}",
27
"com.jetbrains.twig:${twigPluginVersion}",
0 commit comments