You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### How do I find out what is wrong with my pull request?
3
+
1. In your PR look for the failing test and click the `Details` link: 
4
+
2. On the next page, click `The build failed` link: 
5
+
3. Now scroll down and look for `red` text describing the error(s) in the test log.
6
+
7
+
Pull requests will __not__ be merged if the Travis CI tests are failing.
8
+
9
+
If anything is unclear, please read through [CONTRIBUTING.md](CONTRIBUTING.md) and attempt to run the failing tests on your computer before asking for assistance.
0 commit comments