Skip to content

Commit 70bcf7a

Browse files
author
Zibi Braniecki
committed
Add travis.yml
1 parent 17e9e22 commit 70bcf7a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: rust
2+
sudo: required
3+
dist: trusty
4+
addons:
5+
apt:
6+
packages:
7+
- libssl-dev
8+
cache: cargo
9+
rust:
10+
- nightly
11+
script:
12+
- cargo clean
13+
- cargo build
14+
- cargo test
15+
16+
after_success: |
17+
bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
18+
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID

0 commit comments

Comments
 (0)