forked from rojo-rbx/rojo
Goodbye Travis
This commit is contained in:
18
.travis.yml
18
.travis.yml
@@ -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
|
||||
@@ -7,9 +7,6 @@
|
||||
<div> </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>
|
||||
|
||||
Reference in New Issue
Block a user