-
Notifications
You must be signed in to change notification settings - Fork 1
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 integration #3
Comments
👏 Beautiful. |
I might be blind.... but I could find only testing features |
Moving here the idea from #2: Idea: could we run |
The only automation we could set in place I can think of now, is asking Travis to warn us every time a new tag/release is added on the repo. See Running-commands-before-and-after-release We could have the MD user you're referencing opening a new issue on a dedicated repo ( Then some of the devs part of the organization could run by hand the meteor publish and close the issue. This would be needed only for those project for which their maintainers won't accept to install Meteor and have the Edit: The only automation I can think of now from my unexperienced positon ;-) |
Done - see the Hammer.js template.
Note that Meteor must be installed from
.travis.yml
as well as frompackage.json
. Letting grunt-exec install it breaks randomly.The text was updated successfully, but these errors were encountered: