This repository was archived by the owner on May 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy path.travis.yml
More file actions
61 lines (50 loc) · 1.14 KB
/
.travis.yml
File metadata and controls
61 lines (50 loc) · 1.14 KB
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
56
57
58
59
60
61
language: go
go:
- 1.12.x
matrix:
fast_finish: true
os:
- linux
- osx
env:
global:
- GO111MODULE=off
- APM_TEST_PACKAGES="go-signature-statusbar go-debug"
matrix:
- ATOM_CHANNEL=beta
- ATOM_CHANNEL=stable
notifications:
email:
on_success: never
on_failure: change
install:
- nvm install 8
- go get -u golang.org/x/tools/cmd/goimports
- go get -u golang.org/x/tools/cmd/gorename
- go get -u github.com/sqs/goreturns
- go get -u github.com/mdempsky/gocode
- go get -u github.com/alecthomas/gometalinter
- go get -u github.com/zmb3/gogetdoc
- go get -u github.com/zmb3/goaddimport
- go get -u github.com/rogpeppe/godef
- go get -u github.com/fatih/gomodifytags
- go get -u golang.org/x/tools/cmd/guru
- go get -u github.com/ramya-rao-a/go-outline
- go get -u github.com/tpng/gopkgs
script:
- 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
sudo: false
git:
depth: 10
addons:
apt:
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot
branches:
only:
- master
- /^greenkeeper-.*$/
- /^greenkeeper/.*$/