github.com/coreos/mantle@v0.13.0/.travis.yml (about)

     1  language: go
     2  sudo: false
     3  matrix:
     4    include:
     5      - go: "1.12.x"
     6    allow_failures:
     7      - go: tip
     8  
     9  go_import_path: github.com/coreos/mantle
    10  
    11  install:
    12    # './build' uses 'git describe' which needs tags
    13    - git fetch --unshallow --tags
    14  
    15  script:
    16    - ./build
    17    - ./test