Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 640 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 640 Bytes

Flutter/Travis integration sample

Build Status - Travis

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.