github.com/linux4life798/complete@v1.1.2-0.20180410072631-7426158f3bcb/.travis.yml (about)

     1  language: go
     2  sudo: false
     3  go:
     4    - 1.9
     5    - 1.8
     6  
     7  before_install:
     8    - go get -u -t ./...
     9    - go get -u gopkg.in/alecthomas/gometalinter.v1
    10    - gometalinter.v1 --install
    11  
    12  script:
    13    - gometalinter.v1 --config metalinter.json ./...
    14    - ./test.sh
    15  
    16  after_success:
    17    - bash <(curl -s https://codecov.io/bash)