Simplifying the type of test statement for process of elimination.
This commit is contained in:
parent
dc3a47f278
commit
9355aa9291
|
@ -10,7 +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)
|
||||
- [ ! -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
|
||||
|
|
Loading…
Reference in New Issue