Skip to content

Commit

Permalink
Try #228:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] committed Dec 15, 2018
2 parents 8883248 + 63d6629 commit d1d37b6
Show file tree
Hide file tree
Showing 9 changed files with 353 additions and 99 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 d1d37b6

Please sign in to comment.