.travis.yml
changeset 128 e0621d1b9230
parent 124 20d514540f37
child 131 6461e0637767
equal deleted inserted replaced
127:2b4d0f198a94 128:e0621d1b9230
     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 golang.org/x/net/html
    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
    19 - go get github.com/jaytaylor/html2text
       
    20 - go get github.com/kr/text
    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