github.com/kubernetes-incubator/kube-aws@v0.16.4/.travis.yml (about)

     1  dist: bionic
     2  language: go
     3  go:
     4    - 1.13.x
     5  
     6  script:
     7    - travis_wait 50 make test-with-cover
     8  
     9  after_success:
    10    - bash <(curl -s https://codecov.io/bash)
    11  
    12  deploy:
    13    provider: script
    14    script: ci/publish-docs-as-bot.sh
    15    on:
    16      branch: master