github.com/driusan/bug@v0.3.2-0.20190306121946-d7f4e7f33fea/.travis.yml (about)

     1  language: go
     2  dist: xenial
     3  os:
     4      - linux
     5      - osx
     6  go:
     7      - 1.9
     8  addons:
     9      apt:
    10          packages:
    11              - git
    12      
    13  
    14  before_install:
    15      - git config -l
    16      - git --version
    17      - hg --version
    18  
    19  script:
    20      - bash test.sh
    21  after_success:
    22      - bash <(curl -s https://codecov.io/bash) || echo "Codecov coverage report upload error"