telephant/.travis.yml

22 lines
315 B
YAML
Raw Normal View History

2017-08-29 05:55:17 +00:00
language: go
sudo: required
2019-05-02 10:13:42 +00:00
services:
- docker
2017-08-29 05:55:17 +00:00
go:
2019-05-02 10:13:42 +00:00
- 1.12.x
2017-08-29 05:55:17 +00:00
notifications:
email:
on_success: change
on_failure: always
install:
2019-05-02 10:13:42 +00:00
- docker pull therecipe/qt:linux
- go get -v -tags=no_env github.com/therecipe/qt/cmd/...
2017-08-29 05:55:17 +00:00
script:
- go get -u -d -v
2019-05-02 10:13:42 +00:00
- $GOPATH/bin/qtdeploy -docker build linux