...

Text file src/github.com/modern-go/reflect2/.travis.yml

Documentation: github.com/modern-go/reflect2

     1language: go
     2
     3go:
     4  - 1.9.x
     5  - 1.x
     6
     7before_install:
     8  - go get -t -v ./...
     9  - go get -t -v github.com/modern-go/reflect2-tests/...
    10
    11script:
    12  - ./test.sh
    13
    14after_success:
    15  - bash <(curl -s https://codecov.io/bash)

View as plain text