boring2/.travis.yml

11 lines
310 B
YAML

before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
before_script:
- openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null &
script:
- rustpkg build
- env RUST_TEST_TASKS=1 rustpkg test