Skip to content

Commit b77e5f1

Browse files
committed
ci: add basic travis configuration
Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent af82e9d commit b77e5f1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: rust
2+
rust:
3+
- 1.2.0
4+
- 1.3.0
5+
- 1.4.0
6+
- 1.5.0
7+
- 1.6.0
8+
- beta
9+
- nightly
10+
11+
script:
12+
- cargo build --verbose
13+
- cargo test --verbose
14+
- cargo doc
15+
16+
# Use Travis container-based system (much faster to start up)
17+
sudo: false

0 commit comments

Comments
 (0)