mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
Fix .travis.yml to actually build on beta and nightly (#133)
This commit is contained in:
committed by
Y. T. CHUNG
parent
5cc2d6d191
commit
17be5d4c4d
@@ -1,9 +1,10 @@
|
||||
language: rust
|
||||
matrix:
|
||||
- rust: stable
|
||||
- rust: beta
|
||||
- rust: nightly
|
||||
env: BUILD_WITH_FEATURE="--features miscreant"
|
||||
include:
|
||||
- rust: stable
|
||||
- rust: beta
|
||||
- rust: nightly
|
||||
env: BUILD_WITH_FEATURE="--features miscreant"
|
||||
|
||||
cache: cargo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user