Skip to content

Commit 4cb41f7

Browse files
committed
Add travis configuration
1 parent c551a1a commit 4cb41f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: rust
2+
rust:
3+
- stable
4+
- beta
5+
- nightly
6+
os:
7+
- linux
8+
matrix:
9+
include:
10+
- os: osx
11+
rust: stable

0 commit comments

Comments
 (0)