Skip to content

Commit aa3f4eb

Browse files
committed
add travis-cargo setting
1 parent fe0a72d commit aa3f4eb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
language: rust
2+
addons:
3+
apt:
4+
packages:
5+
- libcurl4-openssl-dev
6+
- libelf-dev
7+
- libdw-dev
8+
before_script:
9+
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
10+
script:
11+
- cargo build --verbose
12+
- cargo test --verbose
13+
- cargo doc --no-deps
14+
after_success:
15+
- travis-cargo --only stable doc-upload

0 commit comments

Comments
 (0)