Update .travis.yml

pull/432/head
Darien Raymond 2017-02-07 10:29:18 +01:00 committed by GitHub
parent 4e8e15d528
commit c245b4506e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ go_import_path: v2ray.com/core
git:
depth: 5
script:
- go test -tags json v2ray.com/core/...
- go test -tags json -v v2ray.com/core/...
after_success:
- ./testing/coverage/coverall
before_deploy: