Consistent underscores in root directory
This commit is contained in:
parent
9046e9d7a1
commit
7a2bfdc1dd
@ -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 test-suite && travis-cargo --only beta test)
|
||||
- (cd test-suite && travis-cargo --only nightly test -- --features unstable-testing)
|
||||
- (cd test-suite/no-std-tests && travis-cargo --only nightly build)
|
||||
- (cd test_suite && travis-cargo --only beta 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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user