Skip to content

Commit 170afbe

Browse files
committed
Add a .travis.yml
1 parent 387b9a5 commit 170afbe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: rust
2+
cache:
3+
- cargo
4+
rust:
5+
- stable
6+
- beta
7+
- nightly
8+
os:
9+
- linux
10+
- osx
11+
- windows

0 commit comments

Comments
 (0)