Validating that final test statement does not blow up Travis.

This commit is contained in:
Matt T. Proud 2012-07-10 23:28:39 -07:00
parent 35d39520ec
commit dc3a47f278
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ before_install:
- sudo apt-get remove -y --force-yes --purge golang-stable || true
- sudo apt-get remove -y --force-yes --purge golang-weekly || true
- sudo apt-get remove -y --force-yes --purge golang-tip || true
- [[ ! -x "$(which go)" ]] || (echo "Go is still present: $(which go)" ; exit 1)
install:
- hg clone -u release https://code.google.com/p/go "${HOME}/go" >/dev/null 2>&1