Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

fix(configParser): Remove path.parse so protractor works with node < … #2591

Merged
merged 1 commit into from
Oct 8, 2015

Conversation

sjelin
Copy link
Contributor

@sjelin sjelin commented Oct 7, 2015

…v0.12

Closes #2588

@sjelin sjelin added this to the 2.6 milestone Oct 7, 2015
@NickTomlin
Copy link
Contributor

This handles windows/unix paths. LGTM :)

@@ -20,6 +21,9 @@ matrix:
exclude:
- env: JOB=smoke
node_js: "0.12"
Copy link
Member

Choose a reason for hiding this comment

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

It looks like this is no longer excluding smoke jobs with nodejs 0.12 :(

That's not the end of the world - can we try it with:

exclude:
  - env: JOB-smoke
    node_js: "0.12"
  - env: JOB-smoke
    node_js "0.10"

@juliemr
Copy link
Member

juliemr commented Oct 8, 2015

One change to the yml, then lgtm!

@sjelin sjelin merged commit 039ffa7 into angular:master Oct 8, 2015
@sjelin sjelin deleted the iss2588 branch November 17, 2015 21:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants