Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ matrix:
- os: osx
osx_image: xcode8.3
rust: stable
# Static build for Linux; Rust nightly required
# Static build for Linux/x86_64
- os: linux
sudo: required
dist: xenial
rust: nightly
env: IMAGE=x86_64-alpine-linux-musl
allow_failures:
- rust: nightly
Expand Down
Loading