diff --git a/.travis.yml b/.travis.yml index 675f9c0..f1e1ca6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,8 @@ script: - if [[ "$DESKTOP" == "true" ]]; then $GOPATH/bin/qtsetup prep desktop && $GOPATH/bin/qtsetup check desktop && $GOPATH/bin/qtsetup generate desktop && $GOPATH/bin/qtsetup install desktop; fi - if [[ "$ANDROID" == "true" ]]; then $GOPATH/bin/qtsetup full android; fi - if [[ "$IOS" == "true" ]]; then $GOPATH/bin/qtsetup full ios; fi + - cd $GOPATH/src/github.com/muesli/chirp + - go get -u -v - if [[ "$DESKTOP" == "true" ]]; then $GOPATH/bin/qtdeploy build desktop $GOPATH/src/github.com/muesli/chirp; fi - if [[ "$ANDROID" == "true" ]]; then $GOPATH/bin/qtdeploy build android $GOPATH/src/github.com/muesli/chirp; fi - if [[ "$IOS" == "true" ]]; then $GOPATH/bin/qtdeploy build ios $GOPATH/src/github.com/muesli/chirp; fi