Skip to content

Commit

Permalink
Add Txn Fees (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery authored Jun 30, 2020
1 parent 43efb03 commit e249de9
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 141 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ matrix:
- pushd companion-app
- cargo fmt -- --check
- cargo clippy -- --deny=clippy::all
- cargo test
- cargo build --release --target $TARGET --locked
- popd
addons:
Expand All @@ -59,6 +60,7 @@ matrix:
- pushd companion-app
- cargo fmt -- --check
- cargo clippy -- --deny=clippy::all
- cargo test
- cargo build --release --target $TARGET --locked
- popd
<<: *DEPLOY_TO_GITHUB
Expand All @@ -73,6 +75,7 @@ matrix:
script:
- pushd companion-app
- cargo fmt -- --check
- cargo test
- cargo build --release --target $TARGET --locked
- popd
<<: *DEPLOY_TO_GITHUB
<<: *DEPLOY_TO_GITHUB
Loading

0 comments on commit e249de9

Please sign in to comment.