|
|
@ -19,7 +19,9 @@ before_script: |
|
|
|
# - go vet ./... |
|
|
|
# - go vet ./... |
|
|
|
# - go test -race ./... |
|
|
|
# - go test -race ./... |
|
|
|
script: |
|
|
|
script: |
|
|
|
- ./gocoverage.sh && if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi |
|
|
|
- ./gocoverage.sh |
|
|
|
|
|
|
|
after_success: |
|
|
|
|
|
|
|
- if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi |
|
|
|
env: |
|
|
|
env: |
|
|
|
global: |
|
|
|
global: |
|
|
|
- PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig |
|
|
|
- PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig |
|
|
|