Replace some Travis-related things completely

This commit is contained in:
Yuki Okushi 2021-03-13 06:11:30 +09:00 committed by Joshua Nelson
parent 5385f4f067
commit ee94932928
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[![Travis CI badge](https://api.travis-ci.com/rust-lang/rustc-dev-guide.svg?branch=master)](https://travis-ci.com/github/rust-lang/rustc-dev-guide) [![CI](https://github.com/rust-lang/rustc-dev-guide/actions/workflows/ci.yml/badge.svg)](https://github.com/rust-lang/rustc-dev-guide/actions/workflows/ci.yml)
This is a collaborative effort to build a guide that explains how rustc This is a collaborative effort to build a guide that explains how rustc

View File

@ -28,4 +28,4 @@ else # running locally
echo "Checking files changed in $COMMIT_RANGE: $CHANGED_FILES" echo "Checking files changed in $COMMIT_RANGE: $CHANGED_FILES"
fi fi
exec mdbook-linkcheck $FLAGS -- $TRAVIS_BUILD_DIR exec mdbook-linkcheck $FLAGS -- $GITHUB_WORKSPACE