Add .travis.yml
This commit is contained in:
parent
85eaa2c0c9
commit
e89b062b76
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
sudo: false
|
||||||
|
language: rust
|
||||||
|
cache: cargo
|
||||||
|
|
||||||
|
rust:
|
||||||
|
- nightly
|
||||||
|
|
||||||
|
script:
|
||||||
|
- rustup component add rust-src
|
||||||
|
- ./prepare_libcore.sh
|
||||||
|
- ./build.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue