Files
adventofcode/.travis.yml

19 lines
282 B
YAML

language: rust
rust:
- stable
- beta
- nightly
- 1.28.0 # Ubuntu Bionic and Xenial
matrix:
allow_failures:
- rust: nightly
- rust: 1.28.0
fast_finish: true
cache: cargo
# Custom directory, for the correct year
before_script:
- cd 2018