Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Fix travis #38

Merged
merged 4 commits into from
Jan 11, 2018
Merged

Fix travis #38

merged 4 commits into from
Jan 11, 2018

Conversation

aberonni
Copy link
Contributor

@aberonni aberonni commented Jan 5, 2018

I noticed that some PRs are stale because travis is not building properly. I forked the project and, even though the tests were running successfully locally, they were not working correctly on travis.

After a few tests, I found this article that explained how to use browsers in headless mode on travis. I tried with firefox with no success, instead with chrome it seems to be working correctly.

@jsf-clabot
Copy link

jsf-clabot commented Jan 5, 2018

CLA assistant check
All committers have signed the CLA.

@aberonni aberonni mentioned this pull request Jan 5, 2018
@@ -1,10 +1,14 @@
language: node_js

node_js:
- '4.4.3'
- 'node'
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this suppose to be a node version?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If you use 'node' then it just uses the latest stable node version. You can check out how this works here.

I updated this because I saw that there was a package-lock.json file, but that would be ignored by node v4. I can change this to use a fixed version if you prefer.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

BTW it seems that there are some issues with nvm on travis, I think that is why this build failed.

You can see that the exact same build went fine for me here so maybe you just need to retrigger this build to get it fixed.

@aberonni
Copy link
Contributor Author

@christian-bromann any chance of merging this?

Copy link
Contributor

@christian-bromann christian-bromann left a comment

Choose a reason for hiding this comment

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

👍 thanks!

@christian-bromann christian-bromann merged commit 8a90383 into webdriverio-boneyard:master Jan 11, 2018
@aberonni
Copy link
Contributor Author

Thank you!

@aberonni aberonni deleted the fix-travis branch January 11, 2018 13:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants