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

update travis.yml to run grunt build task #206

Open
vukasin-nikodijevic opened this issue Feb 5, 2017 · 2 comments
Open

update travis.yml to run grunt build task #206

vukasin-nikodijevic opened this issue Feb 5, 2017 · 2 comments
Labels

Comments

@vukasin-nikodijevic
Copy link

Currently travis config requires only node v0.10 but I don't see that it runs grunt build task.

To have repo build 100% VALID, travis MUST run grunt task right after npm install.

@addyosmani
Copy link
Owner

@Vukasin0 Thanks for noticing that. Is the suggestion here to add:

after_success:
  - grunt build

to the travis config?

@addyosmani addyosmani added the bug label Jul 29, 2017
@vukasin-nikodijevic
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants