summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d8dabda..7770bf9e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,10 +28,8 @@ before_install:
before_script:
- rustup target add $TARGET
- rustup component add clippy
- #- rustup component add rustfmt
script:
- cargo clippy -- -D clippy::all
- #- cargo fmt -- --check
- cargo build --verbose --target $TARGET
- cargo test --verbose --target $TARGET
@@ -70,7 +68,7 @@ before_deploy:
strip btm;
if [[ $TRAVIS_OS_NAME == "linux" ]]; then
tar -czvf bottom_x86_64-unknown-linux-gnu.tar.gz btm;
- tar -czvf bottom_required_files.tar.gz ./src ./Cargo.toml LICENSE README.md;
+ tar -czvf bottom_required_files.tar.gz ./src ./Cargo.toml ./Cargo.lock LICENSE README.md;
cargo install cargo-deb;
cargo deb;
cp ./target/debian/bottom_*.deb .;