github.com/kardianos/nomad@v0.1.3-0.20151022182107-b13df73ee850/.travis.yml (about)

     1  sudo: false
     2  
     3  language: go
     4  
     5  go:
     6    - 1.5.1
     7    - tip
     8  
     9  matrix:
    10    allow_failures:
    11      - go: tip
    12  
    13  branches:
    14    only:
    15      - master
    16  
    17  install:
    18    - make bootstrap
    19  
    20  script:
    21    - make test