Skip to content

Commit 6448a3e

Browse files
JohnTitorJoshua Nelson
authored and
Joshua Nelson
committed
Replace some Travis-related things completely
1 parent e8129ee commit 6448a3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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)
1+
[![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)
22

33

44
This is a collaborative effort to build a guide that explains how rustc

ci/linkcheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ else # running locally
2828
echo "Checking files changed in $COMMIT_RANGE: $CHANGED_FILES"
2929
fi
3030

31-
exec mdbook-linkcheck $FLAGS -- $TRAVIS_BUILD_DIR
31+
exec mdbook-linkcheck $FLAGS -- $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)