File: .travis.yml

package info (click to toggle)
golang-github-go-macaron-inject 0.0~git20151013.0.c5ab7bf-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 84 kB
  • ctags: 27
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
language: go

go:
  - 1.3
  - 1.4
  - 1.5
  - tip

script: go test -v -cover -race

notifications:
  email:
    - u@gogs.io