2014-09-16 09:15:24 -05:00
|
|
|
language: rust
|
2014-06-20 19:08:00 -05:00
|
|
|
script:
|
2014-08-03 23:30:30 -05:00
|
|
|
- cargo build --verbose
|
|
|
|
- cargo test --verbose
|
|
|
|
- cargo doc
|
|
|
|
after_success: ! '[ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ]
|
|
|
|
&& echo ''<meta http-equiv=refresh content=0;url=toml/index.html>'' > target/doc/index.html
|
|
|
|
&& sudo pip install ghp-import && ghp-import -n target/doc && git push -fq https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
|
|
|
|
gh-pages '
|
2014-07-10 14:24:54 -05:00
|
|
|
env:
|
2014-08-03 23:30:30 -05:00
|
|
|
global:
|
|
|
|
- secure: bK8RmAtQcJvxXZFe+WqfRwuQqq1h3PXCFtrd73m4PWysdMEhtWb+ZKugPw8ykT3YVVLqbLnzH2Z8iM0RkF57aJvk7H1P4Syw4h2pPvvgP91ayzHbUnWwxkkJJ+oQ8lDJtcDHQ4BQhKMpTqY4tbaG6KeSwSdqDRCJuzHbZJzR0Eg=
|