From 52462d1d87337a6ced753bde092cd41cf1b818ad Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sat, 31 Oct 2020 15:16:28 -0700 Subject: [PATCH] remove travis support --- .travis.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 99c700e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: dart -dart: [dev, stable, 1.24.3] -script: ./tool/travis.sh diff --git a/README.md b/README.md index 66dca98..46558b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # test_reflective_loader -[![Build Status](https://travis-ci.org/dart-lang/test_reflective_loader.svg?branch=master)](https://travis-ci.org/dart-lang/test_reflective_loader) +[![Build Status](![Dart](https://github.com/dart-lang/test_reflective_loader/workflows/Dart/badge.svg))](https://github.com/dart-lang/test_reflective_loader/actions) Support for discovering tests and test suites using reflection.