File: .travis.yml

package info (click to toggle)
golang-github-magiconair-properties 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 236 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
language: go
go:
    - 1.4.x
    - 1.5.x
    - 1.6.x
    - 1.7.x
    - 1.8.x
    - 1.9.x
    - "1.10.x"
    - tip