9 lines
227 B
YAML
9 lines
227 B
YAML
before_install:
|
|
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
|
- sudo apt-get update
|
|
install:
|
|
- sudo apt-get install rust-nightly
|
|
script:
|
|
- rustpkg test tests
|
|
- rustpkg build --opt-level=3 bench
|
|
- sh .travis.sh
|