bootimage 0.5.0-beta

Tool to create a bootable OS image from a kernel binary.
language: rust

sudo: false

notifications:
    email:
        on_success: never
        on_failure: change

rust:
    - nightly

cache: cargo

script:
- cargo test