Skip to content

Commit 24e9673

Browse files
committed
travis mods.
1 parent 54e1353 commit 24e9673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828
after_success:
2929
- git config --global user.name "TRAVIS-CI-for-$(git --no-pager show -s --format='%cn' $TRAVIS_COMMIT)"
3030
- git config --global user.email "$(git --no-pager show -s --format='%ce' $TRAVIS_COMMIT)"
31-
- git clone --branch=gh-pages https://${GH_TOKEN}@github.com/$TRAVIS_REPO_SLUG gh-pages
31+
- git clone -q --branch=gh-pages "https://${GH_TOKEN}@github.com/$TRAVIS_REPO_SLUG" gh-pages >/dev/null 2>&1
3232
- rm -rf gh-pages/*
3333
- ford ./pyplot-fortran.md
3434
- cp -rf ./doc/* gh-pages/

0 commit comments

Comments
 (0)