language: go go: 1.3 install: go get -v -tags=appenginevm ./... script: go test -v -tags=appenginevm ./...