mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
16 lines
164 B
YAML
16 lines
164 B
YAML
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- docker-ce
|
|
|
|
before_install:
|
|
- docker pull golang:1.7.5
|
|
|
|
script:
|
|
- sh build.sh
|
|
|