distrobuilder/.travis.yml
Stéphane Graber 16b07d36ce
Bump Go to 1.11
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2018-10-03 12:10:29 -04:00

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/