Sign in
flutter
/
mirrors
/
flutter
/
9d302ac46bb84610d0539f29a405f781a0a61dad
/
.
/
dev
/
bots
/
travis_upload.sh
blob: f48a245ce49681009b79210027c0c98aef38c906 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
ex
export PATH
=
"$PWD/bin:$PWD/bin/cache/dart-sdk/bin:$PATH"
if
[
"$TRAVIS_OS_NAME"
=
"linux"
]
&&
\
[
"$SHARD"
=
"docs"
];
then
# generate the API docs, upload them
./
dev
/
bots
/
docs
.
sh
fi