From 8c8c5bb7665c1ac50d2ad355b06f1ea02dc5b4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 19 Dec 2019 07:05:54 +0100 Subject: [PATCH] Stop using Travis CI --- .travis.yml | 15 --------------- README.md | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7b9f1934..00000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: rust -rust: - - stable - - beta - - nightly -matrix: - allow_failures: - - rust: nightly - fast_finish: true -before_install: - - | - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then - sudo apt-get -qq update - sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev - fi diff --git a/README.md b/README.md index f12517c7..ec234e10 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Iced -[![Build Status](https://travis-ci.org/hecrj/iced.svg?branch=master)](https://travis-ci.org/hecrj/iced) +[![Test Status](https://github.com/hecrj/iced/workflows/Test/badge.svg)](https://github.com/hecrj/iced/actions) [![Documentation](https://docs.rs/iced/badge.svg)][documentation] [![Crates.io](https://img.shields.io/crates/v/iced.svg)](https://crates.io/crates/iced) [![License](https://img.shields.io/crates/l/iced.svg)](https://github.com/hecrj/iced/blob/master/LICENSE)