File: .travis.yml

package info (click to toggle)
golang-github-go-macaron-i18n 0.0~git20160612.0.ef57533-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80 kB
  • sloc: makefile: 3
file content (14 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (15)
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