forked from M-Labs/nalgebra
Add travis.yml.
This commit is contained in:
parent
8423286911
commit
351998a784
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
before_install:
|
||||
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
||||
- sudo apt-get update
|
||||
install:
|
||||
- sudo apt-get install rust-nightly
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
- make bench
|
Loading…
Reference in New Issue
Block a user