Skip to content

Commit 36c7266

Browse files
committed
Update .travis.yml.
1 parent 8777010 commit 36c7266

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ install:
1616
# command-line arguments can be executed.
1717
script:
1818
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then
19-
./generate-readme.py
20-
./python3/github-repo-summary.py bamos/python-scripts
19+
./generate-readme.py;
20+
./python3/github-repo-summary.py bamos/python-scripts;
2121
# Requires customization: ./python3/link-checker.py
22-
./python3/phonetic.py github
23-
./python3/rank-writing.py README.md
22+
./python3/phonetic.py github;
23+
./python3/rank-writing.py README.md;
2424
# OSX only: ./python3/get-osx-wallpaper.py
25-
./python3/word-counter.py README.md
26-
./python3/eval-expr.py '(((4+6)*10)<<2)'
27-
./python3/merge-mutt-contacts.py --help
25+
./python3/word-counter.py README.md;
26+
./python3/eval-expr.py '(((4+6)*10)<<2)';
27+
./python3/merge-mutt-contacts.py --help;
2828
if
2929
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then
30-
./python2.7/music-organizer.py --help
31-
./python2.7/mt.py --help
30+
./python2.7/music-organizer.py --help;
31+
./python2.7/mt.py --help;
3232
fi

0 commit comments

Comments
 (0)