Goodbye Travis

This commit is contained in:
Lucien Greathouse
2019-09-27 15:09:35 -07:00
parent e741f7b557
commit fd22482f06
2 changed files with 0 additions and 21 deletions

View File

@@ -1,18 +0,0 @@
matrix:
include:
- language: rust
rust: 1.36.0
cache: cargo
script:
- cargo test --all --locked --verbose
- language: rust
rust: stable
cache: cargo
install:
- rustup component add rustfmt
- rustup component add clippy
script: ./bin/run-tests.sh

View File

@@ -7,9 +7,6 @@
<div>&nbsp;</div>
<div align="center">
<a href="https://travis-ci.org/rojo-rbx/rojo">
<img src="https://api.travis-ci.org/rojo-rbx/rojo.svg?branch=master" alt="Travis-CI Build Status" />
</a>
<a href="https://github.com/rojo-rbx/rojo/actions">
<img src="https://github.com/rojo-rbx/rojo/workflows/CI/badge.svg" alt="Actions status" />
</a>