File: .travis.yml

package info (click to toggle)
golang-github-puerkitobio-goquery 1.1.0%2Bgit20170324.3.ed7d758-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,036 kB
  • ctags: 666
  • sloc: sh: 39; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
language: go

go:
    - 1.1.x
    - 1.2.x
    - 1.3.x
    - 1.4.x
    - 1.5.x
    - 1.6.x
    - 1.7.x
    - 1.8.x
    - tip