gtsocial-umbx

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

.travis.yml (217B)


      1 language: go
      2 go:
      3   - master
      4   - stable
      5   - "1.13"
      6   - "1.12"
      7 env:
      8   - GO111MODULE=on
      9 install:
     10   - go get -t ./...
     11   - go get github.com/mattn/goveralls
     12 script:
     13   - go test -v ./...
     14   - goveralls -v -service=travis-ci