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 configuration to test all node types. #97

Merged
merged 15 commits into from Oct 28, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Tell Salt to communicate with Travis properly.

Pass through the return code from the actual state.highstate so Travis
can report the actual build status.
  • Loading branch information
aneeshusa committed Oct 27, 2015
commit c4b1be5762c63efd88cdc68246890f8ec4d30d82
@@ -37,7 +37,7 @@ script:
# Minimally validate YAML and Jinja at a basic level
- sudo salt-call --id="${SALT_NODE_ID}" --retcode-passthrough state.show_highstate
# Full on installation test
- sudo salt-call --id="${SALT_NODE_ID}" state.highstate
- sudo salt-call --id="${SALT_NODE_ID}" --retcode-passthrough state.highstate

notifications:
webhooks: http://build.servo.org:54856/travis
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.