File: .travis.yml

package info (click to toggle)
golang-github-bouk-httprouter 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: makefile: 3
file content (10 lines) | stat: -rw-r--r-- 85 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
sudo: false
language: go
go:
  - 1.1
  - 1.2
  - 1.3
  - 1.4
  - 1.5
  - 1.6
  - tip