cgmath/.travis.yml

10 lines
227 B
YAML
Raw Normal View History

2013-10-14 11:49:04 +00:00
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
script:
2013-11-03 04:07:49 +00:00
- rustpkg test tests
2013-11-26 07:39:00 +00:00
- rustpkg build --opt-level=3 bench
- sh .travis.sh