From 222d5ca00dcd9d8c2e5549277fd3daa60b4476e9 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 17 Jan 2019 14:56:52 -0800 Subject: [PATCH] ci: build docs on stable This avoids https://github.com/rust-lang/rust/issues/57628 and also generally makes sense since wasm-bindgen buils on stable. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f1a7fb2..5c44441b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -223,7 +223,7 @@ matrix: if: branch = master # Build API documentation - - rust: nightly + - rust: stable name: "doc: API documentation" install: *INSTALL_AWS script: