forked from mirror/client_golang
Keeping Erlang with diagnostics.
This commit is contained in:
parent
4ad714245c
commit
172517165a
|
@ -1,7 +1,10 @@
|
||||||
language: erlang
|
language: erlang
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install bzr >/dev/null 2>&1
|
- dpkg -l 'go*' || true
|
||||||
|
- which go || true
|
||||||
|
- locate go || true
|
||||||
|
- false
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- hg clone -u release https://code.google.com/p/go "${HOME}/go" >/dev/null 2>&1
|
- hg clone -u release https://code.google.com/p/go "${HOME}/go" >/dev/null 2>&1
|
||||||
|
|
Loading…
Reference in New Issue