* Use site-shared as canonical source for Flutter logo
(Also, move badge out of the page title/heading)
cc @sfshaza2 @kwalrath @filiph
* Use markdown link definitions for badge images and links
* Adding Changelog URL to the README.md file
* Update README to match the latest version on DEV
- Update README to match the latest version on DEV branch
- Add Changelog URL
* Update README.md
Fix contributing link
This removes the final traces of Travis and Appveyor from the Flutter tree.
I've updated the documentation and fixed a couple of places where scripts look for Travis, and eliminated the dart tools runningOnTravis function (which was unused anyhow).
There are places in the flutter script that used to look for the environment variable TRAVIS. We actually do want to continue to detect that we're running on Travis there, since in the plugins repo we still use Travis (for the moment). In any case, it's OK, because the CI environment variable is set on all of the CI bots (Cirrus, Travis, and Appveyor).
FastLane doesn't have a setup_cirrus equivalent to setup_travis, but it actually doesn't matter there either, since it doesn't do Travis-specific things, and it also looks for the CI environment variable.