Skip to content

Commit

Permalink
Debian build file
Browse files Browse the repository at this point in the history
  • Loading branch information
whizsid committed Mar 7, 2020
1 parent bb11aca commit 08d9cee
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
12 changes: 11 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,14 @@ colored = "1.9.3"

members = [
"example"
]
]

[package.metadata.deb]
maintainer = "WhizSid <whizsid@aol.com>"
copyright = "2020, WhizSid <whizsid@aol.com>"
license-file = "LICENSE"
extended-description = """\
TypeScript like unit testing framework for testing REST JSON APIs."""
depends = "$auto"
section = "utility"
priority = "optional"
1 change: 1 addition & 0 deletions aur
Submodule aur added at a786e6

0 comments on commit 08d9cee

Please sign in to comment.