Forked from
redox-os / relibc
2468 commits behind the upstream repository.
-
Jeremy Soller authoredJeremy Soller authored
.travis.yml 200 B
language: rust
rust:
- nightly
cache: cargo
before_script:
- rustup component add rustfmt-preview
- rustup target add x86_64-unknown-redox
script:
- bash ./ci.sh
notifications:
email: false