1
0
Fork 0
mirror of https://github.com/Findus23/AdventOfCode2019.git synced 2024-08-27 19:52:12 +02:00
AdventOfCode2019/.travis.yml
2019-12-07 22:24:20 +01:00

28 lines
524 B
YAML

jobs:
allow_failures:
- rust: nightly
include:
- language: python
python: 3.8
install: pip install -U mypy
before_script:
- cd python
script:
- pytest
- mypy 1 2 3 4 5 6
- language: rust
rust: stable
cache: cargo
before_script:
- cd rust
- language: rust
rust: beta
cache: cargo
before_script:
- cd rust
- language: rust
rust: nightly
cache: cargo
before_script:
- cd rust