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

Commit

Permalink
remove failing builds, they will be fixed when Nix builds are added
Browse files Browse the repository at this point in the history
  • Loading branch information
vitiral committed Sep 7, 2017
1 parent ee8ce24 commit 562d615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ matrix:
include:
# Linux
- env: TARGET=i686-unknown-linux-gnu
- env: TARGET=i686-unknown-linux-musl
# - env: TARGET=i686-unknown-linux-musl
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-musl

# OSX
- env: TARGET=i686-apple-darwin
os: osx
# - env: TARGET=i686-apple-darwin
# os: osx
- env: TARGET=x86_64-apple-darwin
os: osx

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = "LGPL-3.0+"
name = "artifact-app"
readme = "README.md"
repository = "https://github.com/vitiral/artifact"
version = "0.9.4"
version = "0.9.5"

[dependencies]
ansi_term = "0.9.0"
Expand Down

0 comments on commit 562d615

Please sign in to comment.