Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
55c99431
Commit
55c99431
authored
Nov 14, 2018
by
madengji
Committed by
33cn
Nov 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify script
parent
f6bc19f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
.travis.yml
.travis.yml
+8
-10
No files found.
.travis.yml
View file @
55c99431
...
...
@@ -6,6 +6,12 @@ services:
env
:
-
DOCKER_COMPOSE_VERSION=1.21.2
os
:
linux
dist
:
xenial
go
:
-
"
1.9"
-
master
before_install
:
-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
-
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
...
...
@@ -27,25 +33,17 @@ jobs:
-
gometalinter.v2 -i
-
go get -u mvdan.cc/sh/cmd/shfmt
-
go get -u mvdan.cc/sh/cmd/gosh
os
:
linux
dist
:
xenial
go
:
-
"
1.9"
-
master
name "check fmt"
script
:
-
make checkgofmt
-
make fmt_go
-
make linter
name "unit test"
script
:
-
make test
name "coverage"
script
:
-
make coverage
-
stage
:
deploy
name "deploy"
sudo
:
false
install
:
skip
before_script
:
make build_ci
script
:
-
make docker-compose PROJ=deploy DAPP=all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment