Skip to content

Commit bade04b

Browse files
authored
Remove angular.security from angular bot (#2793)
1 parent 886915e commit bade04b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tool/travis.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ elif [ "$DARTDOC_BOT" = "flutter" ]; then
2929
pub run grinder validate-flutter-docs
3030
elif [ "$DARTDOC_BOT" = "packages" ]; then
3131
echo "Running packages dartdoc bot"
32-
if [ ${DART_VERSION} != 2.2.0 ] ; then
33-
PACKAGE_NAME=angular PACKAGE_VERSION=">=5.1.0" DARTDOC_PARAMS="--include=angular,angular.security" pub run grinder build-pub-package
34-
else
35-
PACKAGE_NAME=angular PACKAGE_VERSION=">=5.0.0-beta <5.1.0" DARTDOC_PARAMS="--include=angular,angular.security" pub run grinder build-pub-package
36-
fi
32+
PACKAGE_NAME=angular PACKAGE_VERSION=">=7.0.0" DARTDOC_PARAMS="--include=angular" pub run grinder build-pub-package
3733
PACKAGE_NAME=access PACKAGE_VERSION=">=1.0.1+2" pub run grinder build-pub-package
3834
# Negative test for flutter_plugin_tools, make sure right error message is displayed.
3935
PACKAGE_NAME=flutter_plugin_tools PACKAGE_VERSION=">=0.0.14+1" pub run grinder build-pub-package 2>&1 | grep "warning: package:flutter_plugin_tools has no documentable libraries"

0 commit comments

Comments
 (0)