2016-06-11 18:18:30 -05:00
|
|
|
sudo: false
|
2014-09-07 03:27:03 -05:00
|
|
|
language: rust
|
2015-05-21 00:44:50 -05:00
|
|
|
rust:
|
2016-03-06 20:14:12 -06:00
|
|
|
- stable
|
|
|
|
- nightly
|
2016-06-11 10:59:02 -05:00
|
|
|
- 1.8.0
|
2016-07-10 16:25:17 -05:00
|
|
|
- 1.9.0
|
|
|
|
- beta
|
2015-08-28 00:51:11 -05:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- libcurl4-openssl-dev
|
|
|
|
- libelf-dev
|
|
|
|
- libdw-dev
|
|
|
|
before_script:
|
2016-04-13 10:11:02 -05:00
|
|
|
- pip install 'travis-cargo<0.2' --user
|
|
|
|
- export PATH=$HOME/.local/bin:$PATH
|
2015-08-28 00:51:11 -05:00
|
|
|
script:
|
2016-04-13 10:11:02 -05:00
|
|
|
- (cd serde && travis-cargo build)
|
2016-06-11 18:18:30 -05:00
|
|
|
- (cd serde && travis-cargo --skip nightly test)
|
2016-04-13 10:11:02 -05:00
|
|
|
- (cd serde && travis-cargo --only nightly test -- --features nightly-testing)
|
2016-06-11 03:31:12 -05:00
|
|
|
- (cd serde && travis-cargo build -- --no-default-features)
|
2016-05-01 08:30:35 -05:00
|
|
|
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features alloc)
|
|
|
|
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features collections)
|
2016-06-28 22:43:48 -05:00
|
|
|
- (cd testing && travis-cargo --skip nightly test)
|
|
|
|
- (cd testing && travis-cargo --only nightly test -- --features nightly-testing)
|
2016-04-13 10:11:02 -05:00
|
|
|
- (cd serde_macros && travis-cargo --only nightly test -- --features nightly-testing)
|
2016-07-17 14:59:04 -05:00
|
|
|
#- (cd examples/serde-syntex-example && travis-cargo --skip nightly run)
|
|
|
|
#- (cd examples/serde-syntex-example && travis-cargo --only nightly run -- --no-default-features --features nightly)
|
2016-04-13 10:11:02 -05:00
|
|
|
- (cd serde && travis-cargo --only stable doc)
|
2015-08-28 00:51:11 -05:00
|
|
|
after_success:
|
2016-04-13 10:11:02 -05:00
|
|
|
- (cd serde && travis-cargo --only stable doc-upload)
|
2016-06-28 22:43:48 -05:00
|
|
|
- (cd testing && travis-cargo --only stable coveralls --no-sudo)
|
2015-05-21 00:44:50 -05:00
|
|
|
env:
|
|
|
|
global:
|
2016-03-06 20:14:12 -06:00
|
|
|
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
|
|
|
|
- secure: Jcd11Jy0xLyacBUB+oKOaxKBm9iZNInenRDtNBY8GKOtqF5fHUfEjgDf538hwRl5L0FP7DLr8oK0IHmzA7lPjJxlzoKVKV3IM7bRZEYzW5DMonf/lcliuGte7SH0NVFhifM87T8HI2hjGdAb+7+m34siBR7M3AY/XjLInrvUFvY=
|