Skip to content

Commit

Permalink
Faux integration test - run jq-sys tests against us.
Browse files Browse the repository at this point in the history
  • Loading branch information
onelson committed Jun 22, 2019
1 parent 6858e2f commit 5853a53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,17 @@ before_script:
- echo "$TRAVIS_RUST_VERSION" > rust-toolchain
- rustup component add rustfmt
- rustup show
# prep a clone of jq-sys so we can do a faux integration test against it.
- git clone https://github.com/onelson/jq-sys.git ../_jq-sys
- git submodule update --init --recursive
- mkdir ../.cargo
- echo "paths = [\"$PWD\"]" > ../.cargo/config
script:
- cargo fmt -- --check
# basic build check
- cargo build -p testcrate
# "integration test"
- cd ../_jq-sys
- cargo test --features bundled
notifications:
email: false

0 comments on commit 5853a53

Please sign in to comment.