Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
Build and test plugin on Travis nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
causal-agent committed Mar 26, 2016
1 parent a6338c0 commit 3bbe3e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ rust:
script:
- cargo build --manifest-path bounded-integer/Cargo.toml --verbose
- cargo test --manifest-path bounded-integer/Cargo.toml --verbose
- >
if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
cargo build --manifest-path bounded-integer-plugin/Cargo.toml --verbose
fi
- >
if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
cargo test --manifest-path bounded-integer-plugin/Cargo.toml --verbose
fi

0 comments on commit 3bbe3e9

Please sign in to comment.