Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd test suite #295
Merged
Add test suite #295
Conversation
|
|
|
Rebased on top of the latest master, the homu update also fixed a whitespace bug. |
8cb16cc
to
455d32c
c061164
to
968692a
.travis.yml
Outdated
| - env: SALT_NODE_ID=test # Not a Salt node, runs test suite instead | ||
| os: linux | ||
| sudo: required | ||
| dist: trusy |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Use a dispatch script to direct Travis to either run a Salt highstate for most nodes, or the test script for the test node. This reduces the amount of project-specific configuration in .travis.yml and moves it into a separate file.
|
Reviewed 9 of 9 files at r1. Comments from Reviewable |
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Apr 5, 2016
Add test suite Currently checks for executable shebangs and trailing whitespace. Adds a dispatch script to run on Travis. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/295) <!-- Reviewable:end -->
|
|
|
I updated the Salt install instructions and mentioned the test script on the wiki. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
aneeshusa commentedApr 4, 2016
Currently checks for executable shebangs and trailing whitespace.
Adds a dispatch script to run on Travis.
This change is