Keeping Erlang with diagnostics.

This commit is contained in:
Matt T. Proud 2012-07-10 22:52:36 -07:00
parent 4ad714245c
commit 172517165a
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
language: erlang
before_install:
- sudo apt-get install bzr >/dev/null 2>&1
- dpkg -l 'go*' || true
- which go || true
- locate go || true
- false
install:
- hg clone -u release https://code.google.com/p/go "${HOME}/go" >/dev/null 2>&1