github.com/huiliang/nomad@v0.2.1-0.20151124023127-7a8b664699ff/.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