File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 16
16
matrix :
17
17
- LD_LIBRARY_PATH : /usr/local/lib
18
18
global :
19
- secure : Ua2xv6+p4Dh86acOk0DH09g7MSq+iHitkrdSAHJm4lL8N6sE4kjGgVGZzFvlpbpl0PUKKTm8cCIOo7wu1XR5WkGm3pX7nlsoOViUfNlJx4sltq+AC6K33QjNBi8UOGdabmCmizDQboQkotd2M00vQ/S0LF8/eUaGDeovzC/EKWQ =
19
+ - secure : URNNlOqxnfwWDC/w4PDTCswqe9ccnkIqDwfQecppfEui4KhpYXfrG9gx3xupWzWMfX+NPEcXtiyWA4CuUYaHbWWINLeLQUk650AFEqaRSiTpeh45Y9nh3dHT4fFDz4OeNfayNBBKL0kx5YwrugoeQggIgnF2KEcIHMF0+BbTtAM =
20
20
before_script :
21
21
- rustc --version
22
22
- cargo --version
@@ -29,6 +29,8 @@ after_success: |
29
29
[ $TRAVIS_PULL_REQUEST = false ] &&
30
30
cargo doc &&
31
31
echo "<meta http-equiv=refresh content=0;url=coreaudio/index.html>" > target/doc/index.html &&
32
- sudo pip install ghp-import &&
32
+ pip install --user ghp-import &&
33
33
ghp-import -n target/doc &&
34
- git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
34
+ # Redirect any output to `/dev/null` to hide any sensitive
35
+ # credential data that might otherwise be exposed.
36
+ git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages > /dev/null 2>&1
You can’t perform that action at this time.
0 commit comments