Codebase list golang-github-k0kubun-colorstring / f42a556f-d147-446e-bbb7-9482f393141c/main .travis.yml
f42a556f-d147-446e-bbb7-9482f393141c/main

Tree @f42a556f-d147-446e-bbb7-9482f393141c/main (Download .tar.gz)

.travis.yml @f42a556f-d147-446e-bbb7-9482f393141c/mainraw · history · blame

language: go

go:
    - 1.0
    - 1.1
    - 1.2
    - 1.3
    - tip

script:
    - go test

matrix:
    allow_failures:
        - go: tip