Switch to builtin language support on travis
This commit is contained in:
parent
aba30b530b
commit
07f12370d3
|
|
@ -1,8 +1,7 @@
|
|||
language: rust
|
||||
env:
|
||||
global:
|
||||
- secure: qLvBJoJOJcPPZ+e31175O6sMUGBHgHe/kBuI0FCPeifYmpFyeRAkEvGddEkf8t3rojV+wE14CNYzzGsT/W/+JY7xW0C1FQKW3r+8SZ1Cave/8ahee0aCQVXGf0XY8c52uG6MrLGiUlNZbOsyFSdFUc/Io+kYZas4DxrinRSOIEA=
|
||||
install:
|
||||
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
|
||||
before_script:
|
||||
- openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null &
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue