Conversation
|
Coverage remained the same at 98.199% when pulling 0e2a94d35c41943ccf3966be649746ec90e31eac on travis-browser into 4d33015 on master. |
1 similar comment
|
Coverage remained the same at 98.199% when pulling 0e2a94d35c41943ccf3966be649746ec90e31eac on travis-browser into 4d33015 on master. |
|
Coverage remained the same at 98.199% when pulling 2d9111c04f9603d984a2bdeb7d0cb0253fe763dd on travis-browser into 4d33015 on master. |
|
Coverage remained the same at 98.199% when pulling a142e91a99439c5592d429db60aea2f1e7ac2210 on travis-browser into 4d33015 on master. |
1 similar comment
|
Coverage remained the same at 98.199% when pulling a142e91a99439c5592d429db60aea2f1e7ac2210 on travis-browser into 4d33015 on master. |
Closes #23. Adds the `tests/helpers/pick-unused-port` Node script to facilitate `scripts/test.d/browser` running `live-server` on a port allowed by Travis CI. Also fixes a Travis failure that required a call to `window.initMochaPhantomJS()`: https://travis-ci.org/mbland/url-pointers/jobs/231508065
1 similar comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #23. Adds the
tests/helpers/pick-unused-portNode script to facilitatescripts/test.d/browserrunninglive-serveron a port allowed by Travis CI.