Skip to content

Commit

Permalink
Merge #228
Browse files Browse the repository at this point in the history
228: Fix for latest nightly: need to add a patch section r=RalfJung a=RalfJung

Fixes #227

Co-authored-by: Ralf Jung <post@ralfj.de>
  • Loading branch information
bors[bot] and RalfJung committed Dec 15, 2018
2 parents 8883248 + 00f4dec commit 5aae0d9
Show file tree
Hide file tree
Showing 10 changed files with 361 additions and 103 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,24 @@ sudo: required

matrix:
include:
# Linux
# Tests
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly-2018-12-01

# Linux (build only)
- env: TARGET=i686-unknown-linux-gnu
- env: TARGET=i686-unknown-linux-musl
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-musl

# OSX
# OSX (build only)
- env: TARGET=i686-apple-darwin
os: osx
- env: TARGET=x86_64-apple-darwin
os: osx

# Tests
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly

install:
- bash ci/install.sh

Expand Down
Loading

0 comments on commit 5aae0d9

Please sign in to comment.