Skip to content
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

Travis browser builds are broken, only for PRs from forks I think #1252

Merged
merged 1 commit into from Oct 22, 2015

Conversation

Sebmaster
Copy link
Member

This used to work :-/. Might need to disable them.

@Sebmaster
Copy link
Member

Oh, you killed it here: 28fd8b1#diff-354f30a63fb0907d4ad57269548329e3L23

They never actually worked, we just disabled browser tests for PRs on the command line.

@domenic domenic closed this in 55b74f6 Oct 17, 2015
@Sebmaster
Copy link
Member

This should probably be [ "${TRAVIS_PULL_REQUEST}" = "true" ] || (npm run pretest && npm run test-browser) so the tests actually succeed.

@Sebmaster Sebmaster reopened this Oct 21, 2015
Sebmaster pushed a commit that referenced this pull request Oct 22, 2015
Sebmaster pushed a commit that referenced this pull request Oct 22, 2015
@Sebmaster
Copy link
Member

Here we go, attached a commit which makes it work as expected for both PR + push scenarios.

@domenic domenic merged commit 440bf3e into master Oct 22, 2015
@Sebmaster Sebmaster deleted the fix/travis branch October 22, 2015 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants