You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ncdns-repro/.travis.yml

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