chrono/.travis.yml

13 lines
233 B
YAML
Raw Normal View History

before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
script:
- ./configure
- make check RUSTFLAGS=
- make doc
branches:
only:
- master