Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Enable Travis-CI #7

Merged
merged 6 commits into from
Mar 1, 2018
Merged

Enable Travis-CI #7

merged 6 commits into from
Mar 1, 2018

Conversation

kevmoo
Copy link
Contributor

@kevmoo kevmoo commented Mar 1, 2018

@kevmoo kevmoo requested a review from nex3 March 1, 2018 19:52
.travis.yml Outdated
- test: --platform vm
# No parallelism on Firefox (-j 1)
# Causes flakiness – need to investigate
- test: --platform firefox -j 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why Firefox? I thought most of our other packages used Chrome.

The tests on this package are fast enough that it's probably more efficient to run browser and VM tests in the same job.

.travis.yml Outdated
dart_task:
- test: --platform vm
# No parallelism on Firefox (-j 1)
# Causes flakiness – need to investigate
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have an assigned TODO.

.travis.yml Outdated
# No parallelism on Firefox (-j 1)
# Causes flakiness – need to investigate
- test: --platform firefox -j 1
- dartanalyzer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd put this under matrix.include as well. I don't think there's likely to be a lot of value in double-testing analysis.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as stable is supported, I think it's good to track – help find potential API changes that are not backwards compatible.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already get that from testing on stable. This package isn't doing anything statically complex enough to be worth the extra job time from this task.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

@nex3 nex3 merged commit 7edabc9 into master Mar 1, 2018
@nex3 nex3 deleted the i6_travis branch March 1, 2018 23:29
mosuem pushed a commit to dart-lang/tools that referenced this pull request Dec 11, 2024
Fixes dart-lang/string_scanner#6
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

Set up Travis
3 participants