Remove Travis from CI

No longer use Travis for this project.
This commit is contained in:
Luis Lavena 2021-01-30 20:42:39 -03:00
parent 97b16625a4
commit b7fcf6fcb0
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
language: crystal
crystal:
- latest
- nightly
matrix:
allow_failures:
- crystal: nightly
notifications:
email:
on_success: never

View File

@ -3,7 +3,6 @@
[Radix tree](https://en.wikipedia.org/wiki/Radix_tree) implementation for
Crystal language
[![Build Status](https://img.shields.io/travis/luislavena/radix/master.svg)](https://travis-ci.org/luislavena/radix)
[![Latest Release](https://img.shields.io/github/release/luislavena/radix.svg)](https://github.com/luislavena/radix/releases)
## Installation