Skip to content

Commit

Permalink
Inserindo licença no Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Mar 17, 2020
1 parent 8ad2e5a commit 669cfcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
language: rust
rust:
- stable
- beta
- nightly

matrix:
allow_failures:
- rust: nightly
- rust: stable

deploy:
provider: cargo
token: "$AUTH_TOKEN"
skip_cleanup: true
on:
tags: true
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "numero-por-extenso"
version = "0.1.0"
authors = ["André Lins <[email protected]>"]
edition = "2018"
license = "MIT"
description = "Biblioteca Rust para conversão por extenso de valores numéricos."
keywords = ["numero", "extenso", "portugues"]
repository = "https://github.com/andrelmlins/numero-por-extenso"
Expand Down

0 comments on commit 669cfcc

Please sign in to comment.