Files
json/.travis.yml
2017-06-12 20:09:26 -07:00

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