Merge branch '10-braille-canvas-copyto' into 20-braille-canvas

This commit is contained in:
Jakub Sobon 2018-07-01 17:24:16 -04:00
commit 9aa3bf9787
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