mirror of
https://github.com/namecoin/ncdns-repro
synced 2024-11-10 07:10:29 +00:00
39 lines
687 B
YAML
39 lines
687 B
YAML
language: go
|
|
go:
|
|
- "1.x"
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#namecoin-dev"
|
|
on_success: never
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libyaml-libyaml-perl
|
|
- libtemplate-perl
|
|
- libio-handle-util-perl
|
|
- libio-all-perl
|
|
- libio-captureoutput-perl
|
|
- libjson-perl
|
|
- libpath-tiny-perl
|
|
- libstring-shellquote-perl
|
|
- libsort-versions-perl
|
|
- libdigest-sha-perl
|
|
- libdata-uuid-perl
|
|
- libdata-dump-perl
|
|
- libfile-copy-recursive-perl
|
|
- git
|
|
- runc
|
|
- mercurial
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- make submodule-update
|
|
script:
|
|
- ./.travis/check-project-tags
|
|
- ./.travis/check-tbb-tags
|
|
|