mirror of
https://github.com/mum4k/termdash.git
synced 2025-04-25 13:48:50 +08:00
Merge branch 'devel' into 10-braille-canvas-copyto
This commit is contained in:
commit
1b8150e76d
@ -10,6 +10,6 @@ script:
|
||||
- go test -race ./...
|
||||
- go vet ./...
|
||||
- diff -u <(echo -n) <(gofmt -d -s .)
|
||||
- diff -u <(echo -n) <(scripts/autogen_licences.sh .)
|
||||
- diff -u <(echo -n) <(./scripts/autogen_licences.sh .)
|
||||
after_success:
|
||||
- ./scripts/coverage.sh
|
||||
|
@ -42,7 +42,7 @@ fi
|
||||
|
||||
|
||||
if [ ! -d "${INSTALL_DIR}" ]; then
|
||||
git clone git@github.com:mbrukman/autogen.git "${BIN_DIR}/autogen"
|
||||
git clone https://github.com/mbrukman/autogen.git "${BIN_DIR}/autogen"
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to run git clone."
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user