Codebase list golang-github-nightlyone-lockfile / HEAD .travis.yml
HEAD

Tree @HEAD (Download .tar.gz)

.travis.yml @HEADraw · history · blame

language: go
go:
  - 1.4.3
  - 1.6.2
  - tip

# Only test commits to production branch and all pull requests
branches:
  only:
    - master

matrix:
  allow_failures:
  - go: tip