Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert accidental force push: 99457c92d78090759166b2710ba2bf4d2faa122e #19573

Merged
merged 1 commit into from
Jul 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
- SHARD=tests
- SHARD=docs
- SHARD=build_and_deploy_gallery
- SHARD=flutter_build_test
matrix:
exclude:
- os: osx
Expand Down
43 changes: 0 additions & 43 deletions dev/bots/flutter_build_test.sh

This file was deleted.

6 changes: 1 addition & 5 deletions dev/bots/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,5 @@ elif [ "$SHARD" = "docs" ]; then
./dev/bots/docs.sh
fi
else
if [ "$SHARD" = "flutter_build_test" ]; then
./dev/bots/flutter_build_test.sh
else
dart ./dev/bots/test.dart
fi
dart ./dev/bots/test.dart
fi