mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-23 15:23:28 +00:00
Remove travis.yaml and update build status badge
Signed-off-by: Akos Veres <veres@akos.me>
This commit is contained in:
37
.travis.yml
37
.travis.yml
@ -1,37 +0,0 @@
|
|||||||
sudo: required
|
|
||||||
language: go
|
|
||||||
|
|
||||||
go:
|
|
||||||
- '1.13'
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- runc
|
|
||||||
|
|
||||||
script:
|
|
||||||
- make test
|
|
||||||
- make dist
|
|
||||||
- make prepare-test
|
|
||||||
- make test-e2e
|
|
||||||
|
|
||||||
before_deploy:
|
|
||||||
- make hashgen
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
provider: releases
|
|
||||||
api_key:
|
|
||||||
secure: bccOSB+Mbk5ZJHyJfX82Xg/3/7mxiAYHx7P5m5KS1ncDuRpJBFjDV8Nx2PWYg341b5SMlCwsS3IJ9NkoGvRSKK+3YqeNfTeMabVNdKC2oL1i+4pdxGlbl57QXkzT4smqE8AykZEo4Ujk42rEr3e0gSHT2rXkV+Xt0xnoRVXn2tSRUDwsmwANnaBj6KpH2SjJ/lsfTifxrRB65uwcePaSjkqwR6htFraQtpONC9xYDdek6EoVQmoft/ONZJqi7HR+OcA1yhSt93XU6Vaf3678uLlPX9c/DxgIU9UnXRaOd0UUEiTHaMMWDe/bJSrKmgL7qY05WwbGMsXO/RdswwO1+zwrasrwf86SjdGX/P9AwobTW3eTEiBqw2J77UVbvLzDDoyJ5KrkbHRfPX8aIPO4OG9eHy/e7C3XVx4qv9bJBXQ3qD9YJtei9jmm8F/MCdPWuVYC0hEvHtuhP/xMm4esNUjFM5JUfDucvAuLL34NBYHBDP2XNuV4DkgQQPakfnlvYBd7OqyXCU6pzyWSasXpD1Rz8mD/x8aTUl2Ya4bnXQ8qAa5cnxfPqN2ADRlTw1qS7hl6LsXzNQ6r1mbuh/uFi67ybElIjBTfuMEeJOyYHkkLUHIBpooKrPyr0luAbf0By2D2N/eQQnM/RpixHNfZG/mvXx8ZCrs+wxgvG1Rm7rM=
|
|
||||||
file:
|
|
||||||
- ./bin/faasd
|
|
||||||
- ./bin/faasd-armhf
|
|
||||||
- ./bin/faasd-arm64
|
|
||||||
- ./bin/faasd.sha256
|
|
||||||
- ./bin/faasd-armhf.sha256
|
|
||||||
- ./bin/faasd-arm64.sha256
|
|
||||||
skip_cleanup: true
|
|
||||||
on:
|
|
||||||
tags: true
|
|
||||||
|
|
||||||
env: GO111MODULE=off
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
# faasd - a lightweight & portable faas engine
|
# faasd - a lightweight & portable faas engine
|
||||||
|
|
||||||
[](https://travis-ci.com/openfaas/faasd)
|
[](https://github.com/openfaas/faasd/actions)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](https://www.openfaas.com)
|
[](https://www.openfaas.com)
|
||||||

|

|
||||||
|
Reference in New Issue
Block a user