Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deploy on Travis. #872

Merged
merged 1 commit into from
Apr 20, 2019
Merged

Fix deploy on Travis. #872

merged 1 commit into from
Apr 20, 2019

Commits on Feb 3, 2019

  1. Fix deploy on Travis.

    The deploy scripts require TARGET env var to be set, but it wasn't set anywhere, causing it to fail: https://travis-ci.com/rust-lang-nursery/mdBook/builds/97850452.
    
    This also reduces the number of mac builders, since they aren't necessary, and capacity is limited.
    
    The api key will likely need to be updated, too, since the transition to travis.com.
    
    Appveyor also seems to be broken, but I suspect it is also a key issue.
    ehuss committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    966632a View commit details
    Browse the repository at this point in the history