Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Extract haret-cli-client into a lib and bin crate #116

Merged
merged 1 commit into from
Jun 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ rust:
- stable
- beta
- nightly
script:
- cargo build --verbose
- cargo test --verbose
- (cd haret-client && cargo build --verbose)
- (cd haret-client && cargo test --verbose)
- (cd haret-cli-client && cargo build --verbose)
- (cd haret-cli-client && cargo test --verbose)
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ name = "haret-admin"
path = "src/bin/haret-admin.rs"
test = false

[[bin]]
name = "haret-cli-client"
path = "src/bin/haret-cli-client.rs"
test = false

[[bin]]
name = "devconfig"
path = "src/bin/devconfig.rs"
Expand Down
Loading