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 support #5

Open
yoshuawuyts opened this issue Sep 8, 2015 · 2 comments
Open

travis support #5

yoshuawuyts opened this issue Sep 8, 2015 · 2 comments

Comments

@yoshuawuyts
Copy link

Right now I need to do the following dance to enable travis (and in turn codecov) with ghrepo:

$ ghrepo
$ travisjs hook
$ git commit --allow-empty -m 'test: enable ci'
$ git push

It would be nicer if this could be taken care of through ghrepo:

$ ghrepo -t

To facilitate this finnp/node-travisjs#16 was landed a few days ago. What do you think?

@mattdesl
Copy link
Owner

mattdesl commented Sep 8, 2015

Sounds cool. So this would set up the travis hook and everything with a single command?

@yoshuawuyts
Copy link
Author

Yup, that's what I had in mind. It uses ghauth under the hood too, so setup should be super smooth.

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

No branches or pull requests

2 participants