github.com/aspring/packer@v0.8.1-0.20150629211158-9db281ac0f89/.travis.yml (about)

     1  sudo: false
     2  
     3  language: go
     4  
     5  go:
     6    - 1.4
     7    - tip
     8  
     9  install: make updatedeps
    10  
    11  script:
    12    - GOMAXPROCS=2 make test
    13    #- go test -race ./...
    14  
    15  branches:
    16    only:
    17      - master
    18  
    19  notifications:
    20    irc:
    21      channels:
    22        - "irc.freenode.org#packer-tool"
    23      skip_join: true
    24      use_notice: true
    25  
    26  matrix:
    27    fast_finish: true
    28    allow_failures:
    29      - go: tip