...

Text file src/github.com/thoas/go-funk/.travis.yml

Documentation: github.com/thoas/go-funk

     1language: go
     2before_install:
     3  - go get golang.org/x/tools/cmd/cover
     4  - go get github.com/stretchr/testify
     5go:
     6  - "1.16"
     7script: make test

View as plain text