summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-10-07 10:21:47 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-10-07 10:21:47 -0700
commit251ec8bdd0f8010ffb1f82853652d6566e1e6a13 (patch)
treeda235d261e73fe3c42698bfe4a38e50db148227e /.travis.yml
parentd5b69eb0db8f1054246c273a3d49c6209dc90366 (diff)
downloadssh2-rs-251ec8bdd0f8010ffb1f82853652d6566e1e6a13.zip
Add automated testing of FFI bindings
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6f1149e..c8fe3be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,9 +13,10 @@ before_script:
- telnet localhost 22 &
script:
- export CARGO_TARGET_DIR=`pwd`/target
- - cargo build --verbose
- - cargo test --verbose
+ - cargo build
+ - cargo test
- rustdoc --test README.md -L target
+ - cargo run --manifest-path systest/Cargo.toml
- cargo doc --no-deps
- cargo doc --no-deps --manifest-path libssh2-sys/Cargo.toml
after_success: