distrobuilder/.travis.yml
Thomas Hipp 5c34b91e6d
travis: Install squashfs-tools
Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
2018-02-28 11:19:13 +01:00

22 lines
363 B
YAML

language: go
os:
- linux
go:
- 1.9
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/