Skip to content

Commit 36af8ac

Browse files
committed
Add travis configuration
1 parent f8d71ed commit 36af8ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: rust
2+
rust:
3+
- stable
4+
- beta
5+
- nightly
6+
sudo: false
7+
notifications:
8+
email:
9+
on_success: never

0 commit comments

Comments
 (0)