ci: build curl

This commit is contained in:
micooz 2019-03-24 19:42:51 +08:00
parent 9e463f0df4
commit 53c822e167

View File

@ -7,10 +7,10 @@ node_js:
- "lts/*"
- "node"
#before_install:
# - ./ci-install-curl.sh
# - curl --version
#
before_install:
- ./ci-install-curl.sh
- curl --version
#before_deploy:
# - export NEXT_VERSION=3.3.7
# - export COMMIT_HASH=$(git log --format=%h -1)