gtsocial-umbx

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

.travis.yml (120B)


      1 language: go
      2 go_import_path: github.com/pkg/errors
      3 go:
      4   - 1.11.x
      5   - 1.12.x
      6   - 1.13.x
      7   - tip
      8 
      9 script:
     10   - make check