.travis.yml
changeset 240 7c3e7b53cbd3
parent 239 605a00e9d1ab
child 242 2a9ec03fe5a1
equal deleted inserted replaced
239:605a00e9d1ab 240:7c3e7b53cbd3
     1 language: go
     1 language: go
     2 go:
     2 go:
     3 - "1.9"
       
     4 - "1.10"
     3 - "1.10"
     5 - "1.11"
     4 - "1.11"
     6 - master
     5 - master
     7 matrix:
     6 matrix:
     8   allow_failures:
     7   allow_failures:
     9     - go: master
     8     - go: master
    10   fast_finish: true
     9   fast_finish: true
    11 branches:
    10 branches:
    12   only:
    11   only:
    13   - master
    12   - master
    14 install:
    13 env:
    15 - go get golang.org/x/net/html
    14   - GO111MODULE=on
    16 - go get github.com/spf13/cobra
    15 install: true
    17 - go get github.com/spf13/viper
       
    18 - go get github.com/McKael/madon
       
    19 - go get github.com/ghodss/yaml
       
    20 - go get github.com/pkg/errors
       
    21 - go get github.com/kr/text
       
    22 - go get github.com/mattn/go-isatty
       
    23 - go get github.com/stretchr/testify/assert