summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-ini/ini/.travis.yml
blob: 65c872badfaca3bba01c9907ca451eb3299a00da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sudo: false
language: go
go:
  - 1.4.x
  - 1.5.x
  - 1.6.x
  - 1.7.x
  - master

script: 
  - go get golang.org/x/tools/cmd/cover
  - go get github.com/smartystreets/goconvey
  - go test -v -cover -race

notifications:
  email:
    - u@gogs.io