This repository contains a sample Flutter app that runs tests on Travis CI.
A minimal Travis configuration is defined in .travis.yml. It downloads the
latest Flutter beta build, and runs flutter test
against the repository. This
assumes that the repository is a single Flutter application with a test/
directory
containing Flutter unit tests.