gtsocial-umbx

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

.travis.yml (216B)


      1 language: go
      2 
      3 go:
      4   - 1.9.x
      5   - 1.x
      6 
      7 before_install:
      8   - go get -t -v ./...
      9   - go get -t -v github.com/modern-go/reflect2-tests/...
     10 
     11 script:
     12   - ./test.sh
     13 
     14 after_success:
     15   - bash <(curl -s https://codecov.io/bash)