Rename test suite crate
This commit is contained in:
parent
9b9b697eb1
commit
68aab2424f
@ -15,9 +15,9 @@ script:
|
||||
- (cd serde && travis-cargo build -- --no-default-features)
|
||||
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features alloc)
|
||||
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features collections)
|
||||
- (cd testing && travis-cargo --skip nightly test)
|
||||
- (cd testing && travis-cargo --only nightly test -- --features unstable-testing)
|
||||
- (cd testing/no-std-tests && travis-cargo --only nightly build)
|
||||
- (cd test-suite && travis-cargo --skip nightly test)
|
||||
- (cd test-suite && travis-cargo --only nightly test -- --features unstable-testing)
|
||||
- (cd test-suite/no-std-tests && travis-cargo --only nightly build)
|
||||
- (cd serde && travis-cargo --only stable doc)
|
||||
env:
|
||||
global:
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "serde_testing"
|
||||
name = "serde_test_suite"
|
||||
version = "0.0.0"
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
Loading…
x
Reference in New Issue
Block a user