.travis.yml 506 Bytes
Newer Older
Mitchell Hashimoto's avatar
Mitchell Hashimoto committed
1 2 3 4 5 6 7
language: go

go:
    - 1.1
    - tip

install: make deps
8 9 10
script:
    - go test ./...
    - go test -race ./...
Mitchell Hashimoto's avatar
Mitchell Hashimoto committed
11 12 13 14 15 16 17 18 19 20

notifications:
    flowdock:
        secure: fZrcf9rlh2IrQrlch1sHkn3YI7SKvjGnAl/zyV5D6NROe1Bbr6d3QRMuCXWWdhJHzjKmXk5rIzbqJhUc0PNF7YjxGNKSzqWMQ56KcvN1k8DzlqxpqkcA3Jbs6fXCWo2fssRtZ7hj/wOP1f5n6cc7kzHDt9dgaYJ6nO2fqNPJiTc=

    irc:
        channels:
            - "chat.freenode.net#packer-tool"
        on_success: change
        on_failure: always
21 22 23 24

matrix:
    allow_failures:
        - go: tip