summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErin Power <xampprocky@gmail.com>2020-02-13 19:45:39 +0100
committerErin Power <xampprocky@gmail.com>2020-02-13 19:46:18 +0100
commit781124caf1e2157a57ab8a8ccd8c31d6a7c63d1e (patch)
treeb3c9b253abe64cc55578a794d65ffba7cce5aed7
parentce0e542f421aded1c6eca91c65ffe5d925ef54f3 (diff)
fix travis
-rw-r--r--ci/before_deploy.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index 026dc28..457a39b 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -17,11 +17,10 @@ main() {
test -f Cargo.lock || cargo generate-lockfile
- # TODO Update this to build the artifacts that matter to you
- cross rustc --bin hello --target $TARGET --release -- -C lto
+ cross rustc --bin tokei --target $TARGET --release -- -C lto
# TODO Update this to package the right artifacts
- cp target/$TARGET/release/hello $stage/
+ cp target/$TARGET/release/tokei $stage/
cd $stage
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *