Files
wasmtime/.travis.yml
Jakob Stoklund Olesen bdf726d101 Go back to tracking the latest mypy release.
Our bug (https://github.com/python/mypy/issues/4069) was fixed in the
mypy-0.540 release.
2017-10-21 12:30:46 -07:00

19 lines
324 B
YAML

language: rust
rust:
- stable
- beta
dist: trusty
sudo: false
addons:
apt:
packages:
- python3-pip
install:
- pip3 install --user --upgrade mypy flake8
- travis_wait ./check-rustfmt.sh --install
script: ./test-all.sh
cache:
cargo: true
directories:
- $HOME/.cache/pip