We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9daa31 commit f262ca9Copy full SHA for f262ca9
.travis-script-2.sh
@@ -1,3 +1,5 @@
1
#!/bin/sh
2
+set -x -e # Show commands being executed and exit nonzero upon errors.
3
+
4
./python2.7/music-organizer.py --help;
5
./python2.7/mt.py --help;
.travis-script-3.sh
@@ -1,4 +1,6 @@
./generate-readme.py;
./python3/github-repo-summary.py bamos/python-scripts;
6
# Requires customization: ./python3/link-checker.py
0 commit comments