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

Add fake GitHub homebrew token #467

Merged
merged 2 commits into from Aug 18, 2016

Commits on Aug 18, 2016

  1. Add fake Github Homebrew Token for Travis

    We recently added a new homebrew nightly builder, which pushes to the
    `servo/homebrew-servo` repository to make new binary nightlies
    available via Homebrew. This requires a Github token to push to the
    repository.
    
    However, the original PR did not include a fake token for the Travis
    failure, causing the builder to fail only on Travis (where the test
    pillars did not have the corresponding token), but not in production.
    aneeshusa committed Aug 18, 2016
  2. Switch to mixed highstate output

    The `state_output: mixed` highstate outputter is more useful than the
    terse outputter, because the terse outputter always produces only one
    line of output, but the mixed outputter uses one line for successful
    states and full output for failed states, increasing the SNR.
    aneeshusa committed Aug 18, 2016
You can’t perform that action at this time.