mirror of https://github.com/mum4k/termdash.git
Merge branch '10-braille-canvas-copyto' into 20-braille-canvas
This commit is contained in:
commit
9aa3bf9787
|
@ -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…
Reference in New Issue