aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-macaron/binding/.travis.yml
blob: 2462c6e19d2f469d49ce096317239b8497cfcb66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo: false
language: go

go:
  - 1.3
  - 1.4
  - 1.5
  - 1.6
  - tip

script: go test -v -cover -race

notifications:
  email:
    - u@gogs.io