Skip to content

Commit d2de601

Browse files
Add travis ci
1 parent 46913b5 commit d2de601

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
sudo: true
2+
language: rust
3+
rust:
4+
- nightly
5+
os:
6+
- windows
7+
8+
cache: cargo
9+
script:
10+
- cargo build --release --verbose

0 commit comments

Comments
 (0)