Codebase list golang-github-opennota-urlesc / upstream/0.0_git20160726.0.5bd2802 .travis.yml
upstream/0.0_git20160726.0.5bd2802

Tree @upstream/0.0_git20160726.0.5bd2802 (Download .tar.gz)

.travis.yml @upstream/0.0_git20160726.0.5bd2802raw · history · blame

language: go

go:
  - 1.4
  - tip

install:
  - go build .

script:
  - go test -v