Added rust-ci docs configuration.
This commit is contained in:
parent
165e7969db
commit
9ab10153f1
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- secure: TeFqb814EQDoPAE7ZSb6pzjx+TdC5cCxTn2reN+DO30eTGG04Rs92bOfoj2QhZPIL8eVlNvq5GjXXF53xFGS4gnzZPTaylBNcIJiM54BAXjgQAv2FXUKEs/vvc6T4lKY0fzzc151e5UhmkmYgCbKAqm5HSfi9WlPqLti8k9YbDw=
|
||||||
language: rust
|
language: rust
|
||||||
script:
|
script:
|
||||||
- chmod +x mktestconfig.sh
|
- chmod +x mktestconfig.sh
|
||||||
|
@ -12,3 +15,5 @@ notifications:
|
||||||
template:
|
template:
|
||||||
- "%{repository_slug}/%{branch} (%{commit} - %{author}): %{message}"
|
- "%{repository_slug}/%{branch} (%{commit} - %{author}): %{message}"
|
||||||
skip_join: true
|
skip_join: true
|
||||||
|
after_script:
|
||||||
|
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||||
|
|
Loading…
Reference in a new issue