1
Fork 0

Add .travis.yml

This commit is contained in:
bjorn3 2018-07-19 18:52:13 +02:00
parent 85eaa2c0c9
commit e89b062b76

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
sudo: false
language: rust
cache: cargo
rust:
- nightly
script:
- rustup component add rust-src
- ./prepare_libcore.sh
- ./build.sh