Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yjbanov/flutter_travis_sample
Sample Flutter project that runs Travis CI
https://github.com/yjbanov/flutter_travis_sample
Last synced: about 13 hours ago
JSON representation
Sample Flutter project that runs Travis CI
- Host: GitHub
- URL: https://github.com/yjbanov/flutter_travis_sample
- Owner: yjbanov
- Created: 2017-05-01T20:12:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T08:33:37.000Z (almost 6 years ago)
- Last Synced: 2025-01-05T10:27:07.940Z (7 days ago)
- Language: Dart
- Size: 46.9 KB
- Stars: 88
- Watchers: 5
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-flutter - Travis CI for Flutter - Continuous integration by [Yegor Jbanov](https://twitter.com/yegorjbanov). (Components / Build automation)
README
# Flutter/Travis integration sample
[![Build Status - Travis][0]][1]
This repository contains a sample Flutter app that runs tests on [Travis CI][1].
A minimal Travis configuration is defined in [.travis.yml][2]. 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.[0]: https://travis-ci.org/yjbanov/flutter_travis_sample.svg?branch=master
[1]: https://travis-ci.org/yjbanov/flutter_travis_sample
[2]: https://github.com/yjbanov/flutter_travis_sample/blob/master/.travis.yml