gtsocial-umbx

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

.travis.yml (219B)


      1 language: go
      2 go: 
      3  - 1.4
      4  - 1.5
      5  - 1.6
      6  - 1.7
      7  - 1.8
      8  - 1.9
      9  - "1.10"
     10  - "1.11"
     11  - "1.12"
     12  - tip
     13 
     14 matrix:
     15   allow_failures:
     16     - go: tip
     17 
     18 go_import_path: gopkg.in/mcuadros/go-syslog.v2
     19 
     20 install:
     21   - go get -v -t ./...