Skip to content

Commit

Permalink
Use Travis tasks (#73)
Browse files Browse the repository at this point in the history
coverage seems to be broken anyway
  • Loading branch information
kevmoo authored and tvolkert committed Feb 16, 2018
1 parent 3a58884 commit bc6ce1f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 56 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: dart
sudo: false

dart:
- stable
- dev
script: ./tool/travis.sh

dart_task:
- test
- dartanalyzer
- dartfmt
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Build Status](https://travis-ci.org/google/file.dart.svg?branch=master)](https://travis-ci.org/google/file.dart)
[![Coverage Status](https://coveralls.io/repos/github/google/file.dart/badge.svg?branch=master)](https://coveralls.io/github/google/file.dart?branch=master)

# File

Expand Down
15 changes: 0 additions & 15 deletions tool/test_all_for_coverage.dart

This file was deleted.

38 changes: 0 additions & 38 deletions tool/travis.sh

This file was deleted.

0 comments on commit bc6ce1f

Please sign in to comment.