github.com/grantbow/bug@v0.3.1/.travis.yml (about)

     1  language: go
     2  sudo: false
     3  os:
     4      - linux
     5      - osx
     6  go:
     7      - 1.5
     8  addons:
     9      apt:
    10          packages:
    11              - git-2.0
    12      
    13  
    14  before_install:
    15      - git --version
    16      - hg --version
    17  
    18  script:
    19      - bash test.sh
    20  after_success:
    21      - bash <(curl -s https://codecov.io/bash)