Skip to content

Commit

Permalink
Fix travis build (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
io12 committed Jan 12, 2019
1 parent e5fd96e commit 3973fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ main() {

test -f Cargo.lock || cargo generate-lockfile

cargo build --release
cross rustc --bin $CRATE_NAME --target $TARGET --release -- -C lto

cp target/$TARGET/release/sandvox $stage/

Expand Down

0 comments on commit 3973fdb

Please sign in to comment.