-
Notifications
You must be signed in to change notification settings - Fork 58
Initial Test Scaffolding #96
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
Conversation
- "0.10" | ||
addons: | ||
hosts: | ||
- local.generatortest.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the crux to it all working.
@EvanK I'm ready to merge this down & tag it, just for testing with Travis to work! To run tests locally: $ ./test/support/generate
$ cd ./test/temp
$ vagrant up
$ cd -
$ npm test So, the On Travis, the same process takes place, except without the |
You don't need to merge it for Travis testing do you? It's tested it already (and reporting that it fails). |
Looks like it errored out on the |
Yea, I have to merge it, which will result in successful builds like: After that passed, I corrected the code to prepare it for master. So, code-wise, does everything look good? |
👍 |
Refs #69