You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345678910111213 |
- language: rust
- rust: stable
- cache: cargo
- before_install:
- - sudo add-apt-repository -y ppa:duggan/bats
- - sudo apt-get update
- - sudo apt-get -y install bats
- before_script: (cargo install rustfmt || true)
- sudo: false
- git:
- depth: 1
- script:
- - ci/run-travis.sh
|