File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
* -test
10
10
Makefile
11
11
/target
12
- /doc
12
+ /Cargo.lock
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ install:
10
10
script :
11
11
- cargo build
12
12
- cargo test
13
- - rustdoc lib.rs -L target/deps
13
+ - cargo doc
14
14
15
15
after_success : |
16
16
[ $TRAVIS_BRANCH = master ] &&
17
17
[ $TRAVIS_PULL_REQUEST = false ] &&
18
- echo '<meta http-equiv=refresh content=0;url=cssparser/index.html>' > doc/index.html &&
18
+ echo '<meta http-equiv=refresh content=0;url=cssparser/index.html>' > target/ doc/index.html &&
19
19
sudo pip install ghp-import &&
20
- ghp-import -n doc &&
21
- git push -fq https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
20
+ ghp-import -n target/ doc &&
21
+ git push -f https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
22
22
23
23
env :
24
24
- secure : TDTC2q5Trv22R1pXcMyi2mWToc201aJpCJgLlnwNzkT2bjpQj+0KQvBpI1gIoeQvSL9ud85187C0tdmR7zQmZjBt6mnNCs7EM7QDIPcUcrH0vz8v/RQ+VNxhRAeCwUP4uLEHtnvbi9Q0KXCI1cQivZuMspxVMwvajx/ylcPwb4k=
You can’t perform that action at this time.
0 commit comments