gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

.travis.yml (320B)


      1 sudo: false
      2 language: go
      3 
      4 go:
      5   - 1.15.x
      6   - 1.16.x
      7   - tip
      8 
      9 matrix:
     10   allow_failures:
     11     - go: tip
     12 
     13 env:
     14   - GO111MODULE=on
     15 
     16 go_import_path: github.com/vmihailenco/msgpack
     17 
     18 before_install:
     19   - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go
     20     env GOPATH)/bin v1.31.0