@@ -2,6 +2,7 @@ set -euxo pipefail
main() {
cargo check --target $TARGET
+ cargo check --target $TARGET --examples
if [ $TRAVIS_RUST_VERSION = nightly ]; then
cargo check --target $TARGET --features 'inline-asm'