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 upMake travis run the unit tests #8856
Closed
Comments
apechimp
pushed a commit
to apechimp/servo
that referenced
this issue
Dec 7, 2015
This resolves servo#8856
Merged
bors-servo
added a commit
that referenced
this issue
Dec 7, 2015
Run unit tests in ci Fixes #8856. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8873) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They're often forgotten when updating code. We should see if we can run them on Travis as well. It should only require adding a
./mach test-unitentry to our.travis.ymlfile in the root directory.