mirror of
https://github.com/serde-rs/json.git
synced 2026-04-19 21:26:07 +00:00
21 lines
291 B
YAML
21 lines
291 B
YAML
sudo: false
|
|
language: rust
|
|
cache: cargo
|
|
|
|
# Run builds for all the trains (and more).
|
|
# Remember to update the numbers in travis.sh too.
|
|
rust:
|
|
- stable
|
|
- nightly
|
|
- 1.15.0
|
|
- 1.16.0
|
|
- 1.17.0
|
|
- beta
|
|
|
|
matrix:
|
|
include:
|
|
- rust: nightly
|
|
env: CLIPPY=true
|
|
|
|
script: ./travis.sh
|