Skip to content

Commit 4234640

Browse files
committed
Renew the github token and don’t leak it in Travis logs.
1 parent f0caed0 commit 4234640

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ after_success: |
1111
echo '<meta http-equiv=refresh content=0;url=cssparser/index.html>' > target/doc/index.html &&
1212
sudo pip install ghp-import &&
1313
ghp-import -n target/doc &&
14-
git push -f https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
14+
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
1515
1616
env:
17-
- secure: TDTC2q5Trv22R1pXcMyi2mWToc201aJpCJgLlnwNzkT2bjpQj+0KQvBpI1gIoeQvSL9ud85187C0tdmR7zQmZjBt6mnNCs7EM7QDIPcUcrH0vz8v/RQ+VNxhRAeCwUP4uLEHtnvbi9Q0KXCI1cQivZuMspxVMwvajx/ylcPwb4k=
18-
17+
- secure: N66sY4jTqznkJRTNshbib1o7GpgPN8Rw66KFGkRxDfuDOZGkpmTWRPP4tLwmbFfdMOSFKd8Q1OTUOGqvRgny4TErcCF+E56/tUSdGfOFqKeGqowUGhRBLx4eso8FP1ECCTEEZE4hEs1Yb10BrPvZU6YmdBcc5e8YeDZBTAhqMUE=

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ name = "cssparser"
44
version = "0.1.0"
55
authors = [ "Simon Sapin <[email protected]>" ]
66

7-
[[lib]]
8-
9-
name = "cssparser"
10-
117
[dependencies.encoding]
128

139
git = "https://github.com/lifthrasiir/rust-encoding"

0 commit comments

Comments
 (0)