gtsocial-umbx

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

.travis.yml (234B)


      1 language: go
      2 sudo: false
      3 go_import_path: github.com/go-oauth2/oauth2/v4
      4 go:
      5   - 1.13
      6 before_install:
      7   - go get -t -v ./...
      8 
      9 script:
     10   - chmod +x ./go.test.sh && ./go.test.sh
     11 
     12 after_success:
     13   - bash <(curl -s https://codecov.io/bash)