.travis.yml
changeset 96 ae637514df66
parent 50 c6adf9d9e996
child 124 20d514540f37
equal deleted inserted replaced
95:4b80a5396961 96:ae637514df66
     9   fast_finish: true
     9   fast_finish: true
    10 branches:
    10 branches:
    11   only:
    11   only:
    12   - master
    12   - master
    13 install:
    13 install:
       
    14 - go get go/doc
    14 - go get github.com/spf13/cobra
    15 - go get github.com/spf13/cobra
    15 - go get github.com/spf13/viper
    16 - go get github.com/spf13/viper
    16 - go get github.com/McKael/madon
    17 - go get github.com/McKael/madon
    17 - go get github.com/ghodss/yaml
    18 - go get github.com/ghodss/yaml
    18 - go get github.com/pkg/errors
    19 - go get github.com/pkg/errors