github.com/homburg/packer@v0.6.1-0.20140528012651-1dcaf1716848/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4      - 1.2
     5      - tip
     6  
     7  install: make deps
     8  script:
     9      - go test ./...
    10      #- go test -race ./...
    11  
    12  notifications:
    13      irc:
    14          channels:
    15              - "chat.freenode.net#packer-tool"
    16          on_success: change
    17          on_failure: always
    18  
    19  matrix:
    20      allow_failures:
    21          - go: tip