-
Notifications
You must be signed in to change notification settings - Fork 166
Try using a staged, fancy travis config. #100
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fun!
Completing this now |
@srawlins PTAL again. Notable changes:
|
/cc @kevmoo |
|
||
# Gives more resources on Travis (8GB Ram, 2 CPUs). | ||
# Do not remove without verifying w/ Travis. | ||
sudo: required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update mono_repo
to handle "normal" repos – just to support generating this config.
I chatted w/ @natebosch about this yesterday
CC @alorenzen
I can confirm this works fine locally. I think this is the same issues that @grouma @nex3 @alorenzen are seeing for AngularDart (timeouts for the test runner). So whatever is the fix there should also be the fix here. |
We were seeing this with Chrome, not Firefox. If it's happening with both browsers, that's very interesting information. |
@nex3 Different error for Firefox:
|
@srawlins FYI, this should work now. I am going to merge on green. |
* master: Remove upper case constants (#113) Bump to 3.0.0-alpha+3 (#112) Switch back to Chrome for Travis (#104) Try using a staged, fancy travis config. (#100) Update travis script to actually run dartanalyzer (#102) verify*Interactions methods throw helpfully that they expect Mock (#92) First draft of upgrade guide for Mockito 3.0 (#96) Generic support for `thenReturn` and `thenAnswer` (#101) Remove references to `@proxy`. (#99) Remove Spy docs (#97) Remove mirrors implementation (#91)
* Try using a staged, fancy travis config. * Remove env. * Use dart:dev . * Fix script. * Fix script. * Ignore DDC failures for now. * Fix dart2js. * Actually skip. * Fix again. * Dartfmt. * Add dart_test.yaml. * Try firefox instead. * Fix travis.
We can keep this, or not. I'm assuming we want to test this package with DDC, so.