File: .travis.yml

package info (click to toggle)
rust-automod 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 132 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false
language: rust

rust:
  - nightly
  - stable
  - beta
  - 1.31.0

script:
  - cargo test
  - cargo test --example tests