forked from exercism/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (30 loc) · 698 Bytes
/
.travis.yml
File metadata and controls
30 lines (30 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
language: rust
script:
- "./_test/check-exercises.sh"
- "bash ./_test/ensure-lib-src-rs-exist.sh"
- "sh ./_test/ensure-stubs-compile.sh"
- "sh ./_test/count-ignores.sh"
- "./bin/fetch-configlet"
- "./_test/check-configlet-fmt.sh"
- "sh ./_test/ensure-readmes-are-updated.sh"
- "./bin/configlet lint ."
- "./_test/verify-exercise-difficulties.sh"
- "./_test/check-exercises-for-authors.sh"
- "sh ./_test/check-exercise-crate.sh"
sudo: false
rust:
- stable
- beta
env:
- DENYWARNINGS=
- DENYWARNINGS=1
matrix:
include:
- rust: nightly
env: BENCHMARK=1
script: "./_test/check-exercises.sh"
allow_failures:
- rust: nightly
- rust: beta
env: DENYWARNINGS=1