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

[Do not merge] experimenting to fix travis build #1254

Commits on Jul 31, 2016

  1. Configuration menu
    Copy the full SHA
    e51f006 View commit details
    Browse the repository at this point in the history
  2. Revert "Update to Scala.js 0.6.11"

    This reverts commit 561ee92.
    
    We've had a lot of failed builds recently and it seems to coincide with
    when we updated from Scala.js 0.6.8 to 0.6.11. This is an experiment to
    see if reverting that change stabilizes the build.
    ceedubs committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    70a3cd2 View commit details
    Browse the repository at this point in the history
  3. Don't run stack-safety tests for JS

    This is a shot in the dark attempting to fix typelevel#1242.
    
    The idea is that we can mark certain tests as slow and not run them when
    running JS tests. Currently I've done this for all of the stack-safety
    tests that I can find.
    
    I don't really like this solution, but currently almost every PR is
    resulting in a failed build, which is really problematic. One thing that
    we could do is get rid of the `Platform.isJs` branch of the `slowTest`
    implementation locally just before a release to make sure that these
    tests all pass on JS. I think we only really run into these issues on
    Travis CI.
    ceedubs committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    72c6c24 View commit details
    Browse the repository at this point in the history
  4. Revert scalatest update

    ceedubs committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    1c93e52 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Configuration menu
    Copy the full SHA
    1b6318f View commit details
    Browse the repository at this point in the history