Skip to content

Commit

Permalink
Build docs on beta Rust because rustc_macro breaks
Browse files Browse the repository at this point in the history
This is vaguely similar to
rust-lang/cargo#3132 and
rust-lang/rust#36820, except it just started
again today, and those issues were closed several days ago.

We don't do this on stable, because we have multiple stable platforms
and we need them to build fast.
  • Loading branch information
emk committed Oct 8, 2016
1 parent ebf344f commit b272019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ script:
travis-cargo bench $EXTRA_ARGS &&
travis-cargo doc $EXTRA_ARGS
after_success:
- travis-cargo --only nightly doc-upload
- travis-cargo --only beta doc-upload
before_deploy: "./build-release cage ${TRAVIS_TAG}-${TRAVIS_OS_NAME}"
env:
global:
Expand Down

0 comments on commit b272019

Please sign in to comment.