gtsocial-umbx

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

.travis.yml (98B)


      1 sudo: false
      2 
      3 language: go
      4 
      5 go:
      6   - 1.x
      7   - tip
      8 
      9 branches:
     10   only:
     11     - master
     12 
     13 script: make test