File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 12
12
script : ./tool/travis.sh
13
13
14
14
os :
15
- - osx
16
15
- linux
17
16
17
+ matrix :
18
+ include :
19
+ - env : DARTDOC_BOT=main
20
+ os : osx
21
+ dart : " dev/raw/latest"
22
+
18
23
install :
19
24
- ./tool/install_travis.sh
20
25
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ elif [ "$DARTDOC_BOT" = "flutter" ]; then
27
27
pub run grinder validate-flutter-docs
28
28
elif [ " $DARTDOC_BOT " = " packages" ]; then
29
29
echo " Running packages dartdoc bot"
30
- if [ ${DART_VERSION} != 2.0 .0 ] ; then
30
+ if [ ${DART_VERSION} != 2.2 .0 ] ; then
31
31
PACKAGE_NAME=angular PACKAGE_VERSION=" >=5.1.0" DARTDOC_PARAMS=" --include=angular,angular.security" pub run grinder build-pub-package
32
32
else
33
33
PACKAGE_NAME=angular PACKAGE_VERSION=" >=5.0.0-beta <5.1.0" DARTDOC_PARAMS=" --include=angular,angular.security" pub run grinder build-pub-package
You can’t perform that action at this time.
0 commit comments