Skip to content

Commit c66096e

Browse files
committed
Added travis configuration.
1 parent c874dfd commit c66096e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: rust
2+
rust:
3+
- nightly
4+
5+
script:
6+
- cargo test
7+
- rustup target add x86_64-unknown-linux-musl
8+
- cargo build --release --target=x86_64-unknown-linux-musl
9+
10+
deploy:
11+
provider: releases
12+
skip_cleanup: true
13+
api_key:
14+
secure: $apikey
15+
file: "target/x86_64-unknown-linux-musl/release/cli"

0 commit comments

Comments
 (0)