FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
caddy/.travis.yml at master · domdoescode/caddy · GitHub
domdoescode
/
caddy
Public
forked from
caddyserver/caddy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
caddy
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (26 loc) · 839 Bytes
Breadcrumbs
caddy
/
.travis.yml
Copy path
File metadata and controls
32 lines (26 loc) · 839 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
language
:
go
go
:
-
1.7.3
-
tip
matrix
:
allow_failures
:
-
go
:
tip
fast_finish
:
true
before_install
:
#
Decrypts a script that installs an authenticated cookie
#
for git to use when cloning from googlesource.com.
#
Bypasses "bandwidth limit exceeded" errors.
#
See github.com/golang/go/issues/12933
-
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then openssl aes-256-cbc -K $encrypted_3df18f9af81d_key -iv $encrypted_3df18f9af81d_iv -in dist/gitcookie.sh.enc -out dist/gitcookie.sh -d; fi
install
:
-
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash dist/gitcookie.sh; fi
-
go get -t ./...
-
go get github.com/golang/lint/golint
-
go get github.com/gordonklaus/ineffassign
script
:
-
diff <(echo -n) <(gofmt -s -d .)
-
ineffassign .
-
go vet ./...
-
go test -race ./...
after_script
:
-
golint ./...
Back
|
FazBrowse Home
|
New Git URL