Files
adventofcode/.travis.yml
2020-12-02 21:49:11 +01:00

18 lines
214 B
YAML

dist: bionic
language: rust
rust:
- stable
- beta
- nightly
jobs:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo
# Custom directory, for the correct year
before_script:
- cd 2020