Skip to content
Snippets Groups Projects
Select Git revision
  • 20953df6d29a0ae63972ca6352a402779a918f0d
  • master default protected
  • 1.31
  • 4.32.1
  • 4.32.0
  • 4.31.0
  • 4.30.1
  • 4.30.0
  • 4.29.1
  • 4.29.0
  • 4.28.0
  • 4.27.0
  • 4.26.0
  • 4.25.5
  • 4.25.4
  • 4.25.3
  • 4.25.2
  • 4.25.1
  • 4.25.0
  • 4.24.3
  • 4.24.2
  • 4.24.1
  • 4.24.0
23 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    .travis.yml 731 B
    language: go
    
    go:
      - 1.6.x
      - 1.7.x
      - 1.8.x
      - 1.9.x
      - 1.10.x
      - 1.11.x
      - 1.12.x
      - tip
    
    # Setting sudo access to false will let Travis CI use containers rather than
    # VMs to run the tests. For more details see:
    # - http://docs.travis-ci.com/user/workers/container-based-infrastructure/
    # - http://docs.travis-ci.com/user/workers/standard-infrastructure/
    sudo: false
    
    script:
      - make setup
      - make test
    
    notifications:
      webhooks:
        urls:
          - https://webhooks.gitter.im/e/06e3328629952dabe3e0
        on_success: change  # options: [always|never|change] default: always
        on_failure: always  # options: [always|never|change] default: always
        on_start: never     # options: [always|never|change] default: always