Skip to content

Commit 51f58fb

Browse files
committed
Add verifyPlugin task to travis build to avoid invalid plugin.xml
1 parent 24e51b7 commit 51f58fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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"

0 commit comments

Comments
 (0)