Browse Source

only install ./github package with travis

Will Norris 12 years ago
parent
commit
9cd73a6a80
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

@ -3,4 +3,5 @@ go:
- 1.1
- 1.2
- tip
install: go get -v ./github
script: go test -v ./github

Loading…
Cancel
Save