From 18d0a94c95aee7acea234c5d905f0fc719a337d2 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Wed, 20 Jun 2018 10:29:21 +0100 Subject: [PATCH] List directories in before_deploy --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 198ac4e..7583c9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ cache: cargo before_deploy: - cargo build --release +- ls +- ls target +- ls target/release - cd target/release - tar -cvzf swerve.$TARGET.tar.gz swerve @@ -42,3 +45,6 @@ deploy: on: repo: Commander-lol/rust-swerve tags: true + branches: + only: + - master -- GitLab