16b07d36ce
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
22 lines
364 B
YAML
22 lines
364 B
YAML
language: go
|
|
|
|
os:
|
|
- linux
|
|
|
|
go:
|
|
- 1.11
|
|
|
|
before_install:
|
|
- "sudo apt-get -qq update"
|
|
- "sudo apt-get install -y squashfs-tools"
|
|
|
|
install:
|
|
- "mkdir -p $GOPATH/github.com/lxc"
|
|
- "rsync -az ${TRAVIS_BUILD_DIR}/ $HOME/gopath/src/github.com/lxc/distrobuilder/"
|
|
|
|
script:
|
|
- "make check"
|
|
|
|
notifications:
|
|
webhooks: https://linuxcontainers.org/webhook-lxcbot/
|