Skip to content

Commit

Permalink
[1.1.0 -> Master] Merge 1.1.0 with master changes back into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ignopeverell authored Apr 16, 2019
2 parents 56fed50 + a1c9da4 commit b403ccb
Show file tree
Hide file tree
Showing 144 changed files with 5,209 additions and 20,283 deletions.
4 changes: 4 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ matrix:
- os: linux
env: CI_JOB="test" CI_JOB_ARGS="pool p2p src"
- os: linux
env: CI_JOB="test" CI_JOB_ARGS="keychain wallet"
env: CI_JOB="test" CI_JOB_ARGS="keychain"
- os: linux
env: CI_JOB="test" CI_JOB_ARGS="api util store"
- os: linux
Expand All @@ -81,7 +81,7 @@ deploy:
api_key:
secure: PBTFcoUmiQITkDdtFzrBlNR/5OgYHTCw+xVWGYu205xwTlj/ARBgw7DNt8dIdptLx+jOM2V5SbJqSFxs/CJ2ZcOHQZ6ubwpAJlRfuk3xDAi5JmuHYfcY+4SQ9l/0MgHnGfuml093xP7vTIYm2Vwwgdq8fd3jdWmvwgk9zgaGXB4UIXQA0yIs3EzxZpqiLg629Ouv7edMfyffwlG+rgQ1koe6sqeMCxIs0N3p97GCx19kNe0TV4dC7XAN74HreMdHmwxPKAK4xG/jtA1Snm0pMQ50Z0Kizt+0yrGOPMLnWwO9sS38iosBn3Vh1R8HKle2xBGflTtT/LG9lHdQZ5NF572q6681x6t7str4OjJ5bboy1PtNLFxG7RJCVIpp9gbouzdxIaJWRTxIdlk8UNQMrD8ieiNE6V1vZtbHGtJHRSJN1vO/XxsLlQDCyakLhG/nmSKXgiT9wIsu+zj/3oDe+LBt5QetEGYGBrCwUewjaQ7EP1rsT7alQrHTMad5DPjYftJuvfR+yBtz1qbzQwZVJpQC1KY1c476mXPQsaywuUrj56hH92p7P3vl6aMN2OPJZP+zENOVSURHc56KeTsDS55+KKzcRjCMA2L0LR1hP33+V5kavMHgCRrWIkxAkZ4eRqnermalzp8vlzL6EEoGm0VFLzv4mJmzrY1mC1LyCHo=
file_glob: true
file: target/release/grin-*.tgz*
file: target/release/grin-*.*
skip_cleanup: true
on:
repo: mimblewimble/grin
Expand Down
Loading

0 comments on commit b403ccb

Please sign in to comment.