morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

commit b4eb05536a535b77e47af685393fc3b9e1951a27
parent a18fa28f5159e5788e7ed0c0a8806925c7749842
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 22 Aug 2017 00:10:39 +0200

Fix CircleCI 2

Diffstat:
Mcircle.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/circle.yml b/circle.yml @@ -7,7 +7,7 @@ machine: dependencies: pre: override: - - if [[ "$OS" == "linux" ]]; then ./.ci/linux.sh; fi + - if [[ "$OS" == "linux" ]]; then chmod +x ./.ci/linux.sh && ./.ci/linux.sh; fi - go get -u -v github.com/therecipe/qt/cmd/... - go get -v github.com/Nordgedanken/Neo/... post: