github.com/rothwerx/packer@v0.9.0/.travis.yml (about)

     1  sudo: false
     2  
     3  language: go
     4  
     5  go:
     6    - 1.4
     7    - 1.5.3
     8    - tip
     9  
    10  script:
    11    - GOMAXPROCS=2 make ci
    12  
    13  branches:
    14    only:
    15      - master
    16  
    17  matrix:
    18    fast_finish: true
    19    allow_failures:
    20      - go: tip