mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
move to new travis build infrastructure
This commit is contained in:
@@ -2,9 +2,12 @@ language: rust
|
||||
rust:
|
||||
- nightly
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libssl-dev
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libssl-dev
|
||||
|
||||
script:
|
||||
- cargo build -v
|
||||
|
||||
Reference in New Issue
Block a user