Skip to content

Commit c097895

Browse files
committed
add CI
1 parent 11f6576 commit c097895

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: rust
2+
3+
rust:
4+
- stable
5+
- beta
6+
- nightly
7+
os:
8+
- linux
9+
- osx

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xcompress"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = ["Magic Len <len@magiclen.org>"]
55
repository = "https://github.com/magiclen/xcompress"
66
homepage = "https://magiclen.org/xcompress"
@@ -10,6 +10,9 @@ description= "XCompress is a free file archiver utility on Linux, providing mult
1010
readme = "README.md"
1111
license = "MIT"
1212

13+
[badges]
14+
travis-ci = { repository = "magiclen/xcompress", branch = "master" }
15+
1316
[profile.release]
1417
panic = "abort"
1518

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
XCompress
22
====================
33

4+
[![Build Status](https://travis-ci.org/magiclen/xcompress.svg?branch=master)](https://travis-ci.org/magiclen/xcompress)
5+
46
XCompress is a free file archiver utility on Linux, providing multi-format archiving to and extracting from ZIP, Z, GZIP, BZIP2, LZ, XZ, LZMA, 7ZIP, TAR, RAR and ZSTD.
57

68
## Help

0 commit comments

Comments
 (0)