summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 85e5f396ea76ff30706ae6ab2dfe1d8f4f140660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go

go:
  - 1.2
  - 1.3
  - 1.4
  - tip

sudo: false

script: go build -v

notifications:
  email:
    - u@gogs.io