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

travis: Get an emscripten builder online #39120

Merged
merged 1 commit into from
Jan 21, 2017

Commits on Jan 19, 2017

  1. travis: Get an emscripten builder online

    This commit adds a new entry to the Travis matrix which will execute emscripten
    test suites. Along the way it updates a few bits of the test suite to continue
    passing on emscripten, such as:
    
    * Ignoring i128/u128 tests as they're presumably just not working (didn't
      investigate as to why)
    * Disabling a few process tests (not working on emscripten)
    * Ignore some num tests in libstd (rust-lang#39119)
    * Fix some warnings when compiling
    alexcrichton committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    e8f9d2d View commit details
    Browse the repository at this point in the history