image: archlinux packages: - go - lua52-sec - mcabber - openssl - prosody - sendxmpp # TODO: there is an issue where ejabberd does not shut down properly between # tests on the build VMs. Disable ejabberd tests until we can figure it out. # - ejabberd sources: - https://git.sr.ht/~samwhited/xmpp environment: GO111MODULE: "on" tasks: - setup: | go version go env - stable: | cd xmpp/ go test -v -tags "integration" -run Integration ./...