skip coverage for releases

pull/314/head
Darien Raymond 2016-10-18 10:28:37 +02:00
parent 9b4d9cf0e7
commit 426a58707f
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#!/bin/bash
if [ -z ${TRAVIS_TAG+x} ]; then
exit 0
fi
FAIL=0
V2RAY_OUT=${GOPATH}/out/v2ray