Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit 562d615

Browse files
committed
remove failing builds, they will be fixed when Nix builds are added
1 parent ee8ce24 commit 562d615

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ matrix:
1313
include:
1414
# Linux
1515
- env: TARGET=i686-unknown-linux-gnu
16-
- env: TARGET=i686-unknown-linux-musl
16+
# - env: TARGET=i686-unknown-linux-musl
1717
- env: TARGET=x86_64-unknown-linux-gnu
1818
- env: TARGET=x86_64-unknown-linux-musl
1919

2020
# OSX
21-
- env: TARGET=i686-apple-darwin
22-
os: osx
21+
# - env: TARGET=i686-apple-darwin
22+
# os: osx
2323
- env: TARGET=x86_64-apple-darwin
2424
os: osx
2525

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "LGPL-3.0+"
2020
name = "artifact-app"
2121
readme = "README.md"
2222
repository = "https://github.com/vitiral/artifact"
23-
version = "0.9.4"
23+
version = "0.9.5"
2424

2525
[dependencies]
2626
ansi_term = "0.9.0"

0 commit comments

Comments
 (0)