vendor/github.com/pkg/errors/.travis.yml
changeset 246 0998f404dd31
parent 242 2a9ec03fe5a1
child 251 1c52a0eeb952
equal deleted inserted replaced
245:910f00ab2799 246:0998f404dd31
     1 language: go
     1 language: go
     2 go_import_path: github.com/pkg/errors
     2 go_import_path: github.com/pkg/errors
     3 go:
     3 go:
     4   - 1.4.3
     4   - 1.4.x
     5   - 1.5.4
     5   - 1.5.x
     6   - 1.6.2
     6   - 1.6.x
     7   - 1.7.1
     7   - 1.7.x
       
     8   - 1.8.x
       
     9   - 1.9.x
       
    10   - 1.10.x
       
    11   - 1.11.x
     8   - tip
    12   - tip
     9 
    13 
    10 script:
    14 script:
    11   - go test -v ./...
    15   - go test -v ./...