Skip to content

Commit 110a0f6

Browse files
committed
add .travis.yml to at least build and run (nonexistent) tests
1 parent f8da4b0 commit 110a0f6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: rust
2+
before_script:
3+
- rustup component add rustfmt-preview
4+
rust:
5+
- beta
6+
- nightly
7+
matrix:
8+
- fast_finish: true
9+
- allow_failures:
10+
- nightly
11+
script:
12+
- cargo build
13+
- cargo fmt --all -- --check
14+
- cargo test --all

0 commit comments

Comments
 (0)