[go: up one dir, main page]

libtest-mimic 0.3.0

Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: rust
rust:
  - stable
  - beta
  - nightly

matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true

script:
  - ci/check-basic-style.sh
  - ci/compile-all.sh
  - ci/test-all.sh

# speeds up travis build (I guess)
cache: cargo