We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently travis config requires only node v0.10 but I don't see that it runs grunt build task.
travis
node v0.10
grunt build
To have repo build 100% VALID, travis MUST run grunt task right after npm install.
grunt
npm install
The text was updated successfully, but these errors were encountered:
@Vukasin0 Thanks for noticing that. Is the suggestion here to add:
after_success: - grunt build
to the travis config?
Sorry, something went wrong.
Here is good example: https://stackoverflow.com/questions/21128478/run-grunt-build-command-on-travis-ci
No branches or pull requests
Currently
travis
config requires onlynode v0.10
but I don't see that it runsgrunt build
task.To have repo build 100% VALID, travis MUST run
grunt
task right afternpm install
.The text was updated successfully, but these errors were encountered: