forked from joefitzgerald/go-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
55 lines (44 loc) · 896 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
language: go
go:
- 1.7
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
os:
- linux
- osx
env:
global:
- APM_TEST_PACKAGES="go-config"
matrix:
- ATOM_CHANNEL=beta
- ATOM_CHANNEL=stable
notifications:
email:
on_success: never
on_failure: change
install:
- go get -u golang.org/x/tools/cmd/goimports
- go get -u github.com/sqs/goreturns
- go get -u golang.org/x/tools/cmd/cover
- go get -u github.com/nsf/gocode
- go get -u github.com/alecthomas/gometalinter
- go get -u github.com/zmb3/gogetdoc
- go get -u github.com/rogpeppe/godef
script:
- 'curl -s https://raw.githubusercontent.com/atom/ci/943a16cd32926bdfcca703f16ec6a958a2db38a5/build-package.sh | sh'
sudo: false
git:
depth: 10
addons:
apt:
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot
branches:
only:
- master