From 370c78ee97e33d2ce0b313694d9c3c285e5977be Mon Sep 17 00:00:00 2001
From: xuty <xty50337@hotmail.com>
Date: Sat, 12 Dec 2020 14:57:06 +0800
Subject: [PATCH] use github action for ci

---
 .travis.yml | 5 -----
 README.md   | 3 +--
 2 files changed, 1 insertion(+), 7 deletions(-)
 delete mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 9c250e6..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-language: dart
-dart:
-  - stable
-dart_task:
-  - test: --platform vm
\ No newline at end of file
diff --git a/README.md b/README.md
index 8ca22b7..d7dbe39 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
 This is the _unofficial_ MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server.
 
-
-[![Build Status](https://travis-ci.org/xtyxtyx/minio-dart.svg?branch=master)](https://travis-ci.org/xtyxtyx/minio-dart)
+![test](https://github.com/xtyxtyx/minio-dart/workflows/Dart/badge.svg)
 
 ![Pub Version](https://img.shields.io/pub/v/minio)
 
-- 
GitLab