github.com/aminjam/goflat@v0.4.1-0.20160331105230-ec639fc0d5b3/.travis.yml (about)

     1  language: go
     2  go:
     3    - 1.5.3
     4    - 1.6
     5    - tip
     6  matrix:
     7    allow_failures:
     8      - go: tip
     9  env:
    10    - GO15VENDOREXPERIMENT: 1
    11  install:
    12    - make init
    13  script:
    14    - make test
    15    - make vet
    16  branches:
    17    only:
    18    - master
    19    - develop