Skip to content

Commit bc6ce1f

Browse files
kevmootvolkert
authored andcommitted
Use Travis tasks (flutter#73)
coverage seems to be broken anyway
1 parent 3a58884 commit bc6ce1f

File tree

4 files changed

+6
-56
lines changed

4 files changed

+6
-56
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: dart
2-
sudo: false
2+
33
dart:
44
- stable
55
- dev
6-
script: ./tool/travis.sh
6+
7+
dart_task:
8+
- test
9+
- dartanalyzer
10+
- dartfmt

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[![Build Status](https://travis-ci.org/google/file.dart.svg?branch=master)](https://travis-ci.org/google/file.dart)
2-
[![Coverage Status](https://coveralls.io/repos/github/google/file.dart/badge.svg?branch=master)](https://coveralls.io/github/google/file.dart?branch=master)
32

43
# File
54

tool/test_all_for_coverage.dart

Lines changed: 0 additions & 15 deletions
This file was deleted.

tool/travis.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)