Skip to content

Commit 6c30a4f

Browse files
author
Stjepan Glavina
committed
Add a Travis config
1 parent 85a2152 commit 6c30a4f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: rust
2+
3+
os: linux
4+
5+
rust: nightly
6+
7+
before_script:
8+
- rustup component add rustfmt
9+
10+
script:
11+
- cargo check --benches --bins --examples --tests
12+
- cargo test
13+
- cargo fmt --all -- --check

0 commit comments

Comments
 (0)