Skip to content

Commit ed82c88

Browse files
committed
add ci
1 parent 5eaae5b commit ed82c88

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .travis.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: rust
2+
rust:
3+
- 1.26.0
4+
- 1.27.0
5+
- stable
6+
- beta
7+
- nightly
8+
sudo: false
9+
script:
10+
- cargo build --verbose
11+
- cargo test --verbose
12+
notifications:
13+
email:
14+
on_success: never
15+
branches:
16+
only:
17+
- master

0 commit comments

Comments
 (0)