aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/go-ini/ini/.travis.yml
blob: 0064ba1d7cdc2197d630c1f35188be22eaa09970 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sudo: false
language: go

go:
  - 1.4
  - 1.5
  - 1.6
  - tip

script: 
  - go get -v github.com/smartystreets/goconvey
  - go test -v -cover -race

notifications:
  email:
    - u@gogs.io