Skip to content

Commit b31b095

Browse files
committed
Add a .travis.yml
1 parent 0cd80d7 commit b31b095

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: rust
2+
sudo: false
3+
cache: cargo
4+
rust:
5+
- nightly
6+
- 1.13.0
7+
script:
8+
- cargo test

0 commit comments

Comments
 (0)