gtsocial-umbx

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

.travis.yml (211B)


      1 language: go
      2 
      3 go:
      4   - 1.13.x
      5   - 1.14.x
      6 
      7 install:
      8   - go get -t -v ./...
      9 
     10 script:
     11   - go test -race -coverprofile=coverage.txt -covermode=atomic ./...
     12 
     13 after_success:
     14   - bash <(curl -s https://codecov.io/bash)