diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-07-31 17:52:56 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-07-31 17:52:56 -0700 |
commit | 50bd742c4f201a0ae482b7613dac94a3e3559aff (patch) | |
tree | 0ad6b914f79a52cab43d6bd4fa0d4650ffa6a390 /appveyor.yml | |
parent | 35dddcc228618833a2de9f36a4a248aa4d684dff (diff) | |
parent | 843d6a5be028c294df820dfa9022bb3eb60b4e8e (diff) | |
download | ssh2-rs-50bd742c4f201a0ae482b7613dac94a3e3559aff.zip |
Merge branch 'libssh2-update'
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 27df1ca..2569fc9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,7 @@ install: - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - rustc -V - cargo -V + - git submodule update --init build: false |