github.com/hirochachacha/plua@v0.0.0-20170217012138-c82f520cc725/.travis.yml (about)

     1  language: go
     2  go:
     3      - 1.5.x
     4      - 1.6.x
     5      - 1.7.x
     6      - tip
     7  before_install:
     8      - go get github.com/hirochachacha/go-test-reporter
     9  script:
    10      - $HOME/gopath/bin/go-test-reporter -testflags="-tags gofuzz -race -v"