This repository was archived by the owner on Dec 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 55 - beta
66 - nightly
77sudo : false
8+ before_script :
9+ - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
810script :
911 - cargo build --verbose
1012 - cargo test --verbose
11- - |
12- [ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose
13- - cargo doc
14- after_success : |
15- [ $TRAVIS_BRANCH = master ] &&
16- [ $TRAVIS_PULL_REQUEST = false ] &&
17- [ $TRAVIS_RUST_VERSION = nightly ] &&
18- echo '<meta http-equiv=refresh content=0;url=/rustc-serialize/rustc_serialize/index.html>' > target/doc/index.html &&
19- pip install ghp-import --user $USER &&
20- $HOME/.local/bin/ghp-import -n target/doc &&
21- git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
13+ - cargo doc --no-deps
14+ after_success :
15+ - travis-cargo --only nightly doc-upload
2216env :
2317 global :
24- secure : f0CwX+CnvRbEqK3H6zhBQe4u0t14OQvyd6nUhq/oXkJ6LdtrSx+qQtLSmAU7L8p1IXyP8csxv37bTdEB7/U1c6bJcN2OXHrw9nD0NDvZEs1zSZvFQBm+YBwV7EaposPHCeqee3X9b00g7+bObywMYtEkk7yD2NiOY9SjMRcjTLQ=
18+ secure : " TyMGH+sbPmKs9lKCziKShxWr3G6im0owEchVrbUChWnQIQv1WydXftFoEoUsVl6qZspjehWK1b1AsnIgCXK0HtEi4DnqLsxs0s36bOjfg5yHBT/pETTr6kcq7KAL4Be4GmI331k6gT1Oi0TPFp7Sg9xpiWsQqKIHA5Szk2wpFQ8="
19+
20+
2521notifications :
2622 email :
2723 on_success : never
You can’t perform that action at this time.
0 commit comments