We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e1353 commit 24e9673Copy full SHA for 24e9673
.travis.yml
@@ -28,7 +28,7 @@ script:
28
after_success:
29
- git config --global user.name "TRAVIS-CI-for-$(git --no-pager show -s --format='%cn' $TRAVIS_COMMIT)"
30
- 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
+ - git clone -q --branch=gh-pages "https://${GH_TOKEN}@github.com/$TRAVIS_REPO_SLUG" gh-pages >/dev/null 2>&1
32
- rm -rf gh-pages/*
33
- ford ./pyplot-fortran.md
34
- cp -rf ./doc/* gh-pages/
0 commit comments