trigger ci

This commit is contained in:
therecipe 2016-10-08 00:07:28 +02:00
parent c947b830a4
commit ac83ce04d3

View file

@ -4,9 +4,9 @@ machine:
CI: true
DESKTOP: true
ANDROID: true
GOPATH:
GOPATH: /home/ubuntu/.go_project
dependencies:
post:
pre:
- go get -v -d github.com/therecipe/qt
- if [[ "$OS" == "linux" ]]; then $GOPATH/src/github.com/therecipe/qt/internal/ci/linux.sh; fi
test: