github.com/modern-go/refLect2@v1.0.1/.travis.yml (about)

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