Install libssl-dev

This commit is contained in:
xeodou 2017-02-03 16:07:57 +08:00 committed by GitHub
parent 58961918d2
commit cc625710e0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ build:
steps: steps:
# Lint the project # Lint the project
- install-packages: - install-packages:
packages: openssl packages: libssl-dev
- script: - script:
name: go lint name: go lint
code: | code: |