|
@@ -51,8 +51,6 @@ script:
|
|
cargo test --target $TARGET &&
|
|
cargo test --target $TARGET &&
|
|
cargo test --target $TARGET --release;
|
|
cargo test --target $TARGET --release;
|
|
fi
|
|
fi
|
|
-
|
|
|
|
-after_success:
|
|
|
|
# Travis can't cache files that are not readable by "others"
|
|
# Travis can't cache files that are not readable by "others"
|
|
- chmod -R a+r /home/travis/.cargo
|
|
- chmod -R a+r /home/travis/.cargo
|
|
|
|
|