File: .travis.yml

package info (click to toggle)
golang-github-go-macaron-session 0.0~git20151014.0.66031fc-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 216 kB
  • sloc: makefile: 5
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