gtsocial-umbx

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

circle.yml (247B)


      1 dependencies:
      2   post:
      3     # install golint
      4     - go get golang.org/x/lint/golint
      5 
      6 test:
      7   pre:
      8     # run analysis before tests
      9     - go vet ./...
     10     - test -z "$(golint ./... | tee /dev/stderr)"
     11     - test -z "$(gofmt -s -l . | tee /dev/stderr)"