.travis.yml
changeset 124 20d514540f37
parent 96 ae637514df66
child 128 e0621d1b9230
equal deleted inserted replaced
123:24ab59ba57b2 124:20d514540f37
     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
       
    15 - go get github.com/spf13/cobra
    14 - go get github.com/spf13/cobra
    16 - go get github.com/spf13/viper
    15 - go get github.com/spf13/viper
    17 - go get github.com/McKael/madon
    16 - go get github.com/McKael/madon
    18 - go get github.com/ghodss/yaml
    17 - go get github.com/ghodss/yaml
    19 - go get github.com/pkg/errors
    18 - go get github.com/pkg/errors
    20 - go get github.com/jaytaylor/html2text
    19 - go get github.com/jaytaylor/html2text
       
    20 - go get github.com/kr/text
    21 - go get github.com/m0t0k1ch1/gomif
    21 - go get github.com/m0t0k1ch1/gomif
    22 - go get github.com/mattn/go-isatty
    22 - go get github.com/mattn/go-isatty