vendor/github.com/subosito/gotenv/.travis.yml
changeset 260 445e01aede7e
parent 259 db4911b0c721
child 261 270cc4dda0c5
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     1 language: go
       
     2 go:
       
     3   - 1.x
       
     4 os:
       
     5   - linux
       
     6   - osx
       
     7 script:
       
     8   - go test -test.v -coverprofile=coverage.out -covermode=count
       
     9 after_success:
       
    10   - bash <(curl -s https://codecov.io/bash)