Codebase list golang-github-appc-spec / upstream/0.6.1 .travis.yml
upstream/0.6.1

Tree @upstream/0.6.1 (Download .tar.gz)

.travis.yml @upstream/0.6.1raw · history · blame

# Configures appc tests at Travis CI (https://travis-ci.org).

language: go

go:
 - 1.3
 - 1.4

install:
 - go get golang.org/x/tools/cmd/cover
 - go get golang.org/x/tools/cmd/vet

script:
 - ./test