nalgebra/.travis.yml

10 lines
185 B
YAML
Raw Normal View History

2013-10-18 17:47:07 +08:00
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