Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit f125319

Browse files
committed
Merge branch 'master' of github.com:kbknapp/doapi-rs
2 parents 85db63d + ee7e134 commit f125319

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
language: rust
22
rust:
33
- nightly
4-
before_script:
5-
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
64
script:
7-
- travis-cargo build
8-
- travis-cargo test
9-
- travis-cargo doc
10-
after_success:
11-
- travis-cargo doc-upload
12-
env:
13-
global:
14-
secure: JLBlgHY6OEmhJ8woewNJHmuBokTNUv7/WvLkJGV8xk0t6bXBwSU0jNloXwlH7FiQTc4TccX0PumPDD4MrMgxIAVFPmmmlQOCmdpYP4tqZJ8xo189E5zk8lKF5OyaVYCs5SMmFC3cxCsKjfwGIexNu3ck5Uhwe9jI0tqgkgM3URA=
5+
- cargo build --verbose
6+
- cargo test

0 commit comments

Comments
 (0)