github.com/daniellockard/packer@v0.7.6-0.20141210173435-5a9390934716/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4      - 1.2
     5      - 1.3
     6      - tip
     7  
     8  install: make updatedeps
     9  script:
    10      - GOMAXPROCS=2 make test
    11      #- go test -race ./...
    12  
    13  matrix:
    14      allow_failures:
    15          - go: tip