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