Add Travis_CI_tests_are_failing.md (#1499)

* Add Travis_CI_tests_are_failing.md

* Update Travis_CI_tests_are_failing.md
This commit is contained in:
Christian Clauss 2019-10-28 13:38:08 +01:00 committed by GitHub
parent e36fe34b0b
commit bf50ea09ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Travis CI test are failing
### How do I find out what is wrong with my pull request?
1. In your PR look for the failing test and click the `Details` link: ![Travis_CI_fail_1.png](images/Travis_CI_fail_1.png)
2. On the next page, click `The build failed` link: ![Travis_CI_fail_2.png](images/Travis_CI_fail_2.png)
3. Now scroll down and look for `red` text describing the error(s) in the test log.
Pull requests will __not__ be merged if the Travis CI tests are failing.
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.

BIN
images/Travis_CI_fail_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
images/Travis_CI_fail_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB