Codebase list golang-github-nightlyone-lockfile / 4937e76e-bd07-4b38-9450-dafd2c7caa1f/main .travis.yml
4937e76e-bd07-4b38-9450-dafd2c7caa1f/main

Tree @4937e76e-bd07-4b38-9450-dafd2c7caa1f/main (Download .tar.gz)

.travis.yml @4937e76e-bd07-4b38-9450-dafd2c7caa1f/mainraw · 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