vendor/github.com/mattn/go-isatty/.travis.yml
changeset 251 1c52a0eeb952
parent 242 2a9ec03fe5a1
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
     1 language: go
     1 language: go
       
     2 sudo: false
     2 go:
     3 go:
       
     4   - 1.13.x
     3   - tip
     5   - tip
     4 
     6 
     5 os:
     7 before_install:
     6   - linux
     8   - go get -t -v ./...
     7   - osx
       
     8 
     9 
     9 before_install:
       
    10   - go get github.com/mattn/goveralls
       
    11   - go get golang.org/x/tools/cmd/cover
       
    12 script:
    10 script:
    13   - $HOME/gopath/bin/goveralls -repotoken 3gHdORO5k5ziZcWMBxnd9LrMZaJs8m9x5
    11   - ./go.test.sh
       
    12 
       
    13 after_success:
       
    14   - bash <(curl -s https://codecov.io/bash)