1
0
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:
Jakub Sobon 2018-07-01 17:23:59 -04:00
commit 1b8150e76d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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