From 9ef0a44a3ae12d00457665f7a00ed5673ae88bec Mon Sep 17 00:00:00 2001 From: Max Holman Date: Sat, 5 Mar 2022 15:32:07 +0800 Subject: [PATCH] chore: travisci -> gh actions --- .travis.yml | 11 ----------- README.md | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 63406ce..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: dart -dart: -- stable -dart_task: -- test: --exclude-tags no-xvfb - xvfb: false -script: -- pub run test/rlp_test.dart -branches: - only: - - master \ No newline at end of file diff --git a/README.md b/README.md index a5c579a..286fae3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An Ethereum RLP library for Dart - https://pub.dartlang.org/packages/rlp -[![Build Status](https://travis-ci.org/maxholman/rlp.svg?branch=master)](https://travis-ci.org/maxholman/rlp) +[![Build Status](https://github.com/maxholman/rlp/actions/workflows/dart.yml/badge.svg)](https://github.com/maxholman/rlp/actions/workflows/dart.yml) > The purpose of RLP (Recursive Length Prefix) is to encode arbitrarily nested arrays of binary data, and RLP is the main encoding method used to serialize objects in Ethereum