PKGBUILD/.travis.yml

22 lines
440 B
YAML
Raw Normal View History

language: go
2019-04-18 15:10:03 +00:00
services:
- docker
2019-04-18 15:10:03 +00:00
jobs:
include:
- stage: build
script: make container-run/all
2020-01-19 14:15:00 +00:00
# Disabled (Missing postgres db)
# - stage: test
# script: make container-run/test/unit
- stage: test
script: make container-run/test/unit
after_script: bash <(curl -s https://codecov.io/bash)
- stage: deploy
script: make container-image/push
notifications:
email:
on_success: change
on_failure: change