Skip to content

Commit 8107548

Browse files
mrvnmchmcclauss
authored andcommitted
Travis CI: Write & print DIRECTORY.md on one line (#1542)
* travis test * travis pull ID test * get pr branch test * retry pr build * test pushing back - probable git error for origin 'not found' * github auth? * add .sh * chmod * add index update for permission fix * run sh for script * add all * add pull directory * fetch pr branch * swap placement of adding commits * rotate * quit trying to update Travis * formatting leftovers * Travis CI: Write & print DIRECTORY.md on one line
1 parent 7bc0462 commit 8107548

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ script:
1111
- mypy --ignore-missing-imports .
1212
- pytest . --doctest-modules
1313
after_success:
14-
- scripts/build_directory_md.py > DIRECTORY.md
15-
- cat DIRECTORY.md
14+
- scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md

0 commit comments

Comments
 (0)