Files
adventofcode/.travis.yml

17 lines
219 B
YAML

language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo
# Custom directory, for the correct year
before_script:
- cd 2016