1 2 3 4 5 6 7 8 9 10
language: rust cache: cargo script: - cargo test deploy: provider: cargo token: $API_TOKEN on: branch: master tags: true