...

Text file src/github.com/xrash/smetrics/.travis.yml

Documentation: github.com/xrash/smetrics

     1language: go
     2go:
     3    - 1.11
     4    - 1.12
     5    - 1.13
     6    - 1.14.x
     7    - master
     8script:
     9    - cd tests && make

View as plain text