Skip to content

Commit bf50ea0

Browse files
authored
Add Travis_CI_tests_are_failing.md (TheAlgorithms#1499)
* Add Travis_CI_tests_are_failing.md * Update Travis_CI_tests_are_failing.md
1 parent e36fe34 commit bf50ea0

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Travis_CI_tests_are_failing.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Travis CI test are failing
2+
### 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: ![Travis_CI_fail_1.png](images/Travis_CI_fail_1.png)
4+
2. On the next page, click `The build failed` link: ![Travis_CI_fail_2.png](images/Travis_CI_fail_2.png)
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.

images/Travis_CI_fail_1.png

78.4 KB
Loading

images/Travis_CI_fail_2.png

44.6 KB
Loading

0 commit comments

Comments
 (0)