Skip to content

Commit

Permalink
v0.1.5: Fix Linux release builds
Browse files Browse the repository at this point in the history
There was an issue with the automated Linux build that only triggered
when making a release.  This should fix it.
  • Loading branch information
emk committed Oct 23, 2016
1 parent 4dc4383 commit 18522ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ matrix:
include:
- os: linux
rust: stable
env: "FEATURE_OPTS=''"
- os: linux
rust: beta
env: "FEATURE_OPTS=''"
- os: linux
rust: nightly
# We get an extra `--features unstable` from travis-cargo.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cage"
version = "0.1.4"
version = "0.1.5"
authors = ["Eric Kidd <[email protected]>",
"Derek Kastner <[email protected]>"]

Expand Down

0 comments on commit 18522ff

Please sign in to comment.