Skip to content

Commit 83187b4

Browse files
committed
MAINT: Add travis file
1 parent 749ad25 commit 83187b4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: rust
2+
sudo: false
3+
matrix:
4+
include:
5+
- rust: nightly
6+
branches:
7+
only:
8+
- master
9+
script:
10+
- |
11+
cargo build -v &&
12+
cargo test -v

0 commit comments

Comments
 (0)