cargo-xbuild 0.5.4

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Documentation
dist: trusty
language: rust
cache: cargo

script:
  - cargo build

notifications:
  email:
    on_success: never