github.com/nemith/go-gitlog@v0.0.2-0.20180205151741-6c79beb2287b/.travis.yml (about)

     1  language: go
     2  sudo: false
     3  go:
     4    - 1.9
     5  before_install:
     6    - go get -u github.com/golang/dep/...
     7  install:
     8    - $GOPATH/bin/dep ensure
     9  script:
    10    - go test -v
    11  branches:
    12    only:
    13      - master