diff --git a/.travis.yml b/.travis.yml index 470503f..15eff2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,13 +36,11 @@ matrix: rust: nightly # XML_CATALOG_FILES is apparently necessary for asciidoc on macOS. env: TARGET=x86_64-apple-darwin XML_CATALOG_FILES=/usr/local/etc/xml/catalog - # Minimum Rust supported channel. We enable these to make sure ripgrep - # continues to work on the advertised minimum Rust version. - os: linux - rust: 1.35.0 + rust: stable env: TARGET=x86_64-unknown-linux-gnu - os: linux - rust: 1.35.0 + rust: stable env: TARGET=x86_64-unknown-linux-musl #- os: linux # rust: 1.35.0 diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 0000000..2bf5ad0 --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +stable