mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-24 21:37:57 +00:00
Indent the travis config to look like serde_json's
This commit is contained in:
@@ -1,13 +1,17 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: rust
|
language: rust
|
||||||
|
|
||||||
|
# run builds for all the trains (and more)
|
||||||
rust:
|
rust:
|
||||||
- 1.13.0
|
- 1.13.0
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- pip install 'travis-cargo<0.2' --user
|
- pip install 'travis-cargo<0.2' --user
|
||||||
- export PATH=$HOME/.local/bin:$PATH
|
- export PATH=$HOME/.local/bin:$PATH
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- (cd serde && travis-cargo build)
|
- (cd serde && travis-cargo build)
|
||||||
- (cd serde && travis-cargo --only beta test)
|
- (cd serde && travis-cargo --only beta test)
|
||||||
@@ -18,6 +22,7 @@ script:
|
|||||||
- (cd test_suite && travis-cargo --only beta test)
|
- (cd test_suite && travis-cargo --only beta test)
|
||||||
- (cd test_suite && travis-cargo --only nightly test -- --features unstable-testing)
|
- (cd test_suite && travis-cargo --only nightly test -- --features unstable-testing)
|
||||||
- (cd test_suite/no_std && travis-cargo --only nightly build)
|
- (cd test_suite/no_std && travis-cargo --only nightly build)
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
|
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
|
||||||
|
|||||||
Reference in New Issue
Block a user