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

Explicitly whitelist gh-pages #134

Merged
merged 1 commit into from
Feb 7, 2017
Merged

Explicitly whitelist gh-pages #134

merged 1 commit into from
Feb 7, 2017

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Feb 7, 2017

Travis CI must have changed their defaults since #34, as the gh-pages is not being built, only other branches.

https://docs.travis-ci.com/user/customizing-the-build/#Safelisting-or-blocklisting-branches now says:

By default, the gh-pages branch is not built unless you add it to the safelist.
To have all branches build:

branches:
  only:
    - gh-pages
    - /.*/

Yes, tell Travis to build only anything, but also gh-pages.

@hugovk hugovk merged commit 78b93f2 into unitedstates:gh-pages Feb 7, 2017
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.

1 participant