Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit b8c44f8

Browse files
authored
Merge pull request #50 from tox-rs/deb
Build Debian package
2 parents f606323 + 6532a87 commit b8c44f8

File tree

7 files changed

+491
-462
lines changed

7 files changed

+491
-462
lines changed

.travis.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,21 @@ matrix:
3535
include:
3636
- os: linux
3737
rust: stable
38-
env:
39-
NAME: clippy
38+
name: clippy
4039
install:
4140
- rustup component add clippy
4241
script:
4342
- cargo clippy --verbose --all --tests
43+
- os: linux
44+
rust: stable
45+
name: deb
46+
cache:
47+
directories:
48+
- /home/travis/.cargo
49+
before_cache:
50+
- rm -rf /home/travis/.cargo/registry
51+
install:
52+
- cargo install cargo-update --debug || echo "cargo-update has been already installed"
53+
- cargo install-update -i cargo-deb
54+
script:
55+
- cargo deb

0 commit comments

Comments
 (0)