github.com/Microsoft/azure-vhd-utils@v0.0.0-20230613175315-7c30a3748a1b/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.11
     5    - master
     6  
     7  env:
     8    - GO111MODULE=on
     9  
    10  matrix:
    11    fast_finish: true
    12    allow_failures:
    13    - go: master
    14  
    15  script:
    16    - make all