github.com/safing/portbase@v0.19.5/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4  - 1.x
     5  
     6  os:
     7    - linux
     8    - windows
     9  
    10  branches:
    11    only:
    12      - master
    13      - develop
    14      - /^feature\/travis\/.+$/ # feature/travis/*
    15      - /^fix\/travis\/.+$/ # fix/travis/*
    16  
    17  install:
    18    - go get -d -u github.com/golang/dep
    19    - go install github.com/golang/dep/cmd/dep
    20    - go mod download
    21    - ./test install
    22  
    23  script: ./test --scripted