Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
133dc30f
Commit
133dc30f
authored
9 years ago
by
Seth Goings
Browse files
Options
Download
Plain Diff
Merge pull request #10 from sgoings/travis-build
feat(travis): add travis build
parents
361b4519
ade66d83
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+24
-0
.travis.yml
with
24 additions
and
0 deletions
+24
-0
.travis.yml
0 → 100644
+
24
−
0
View file @
133dc30f
language
:
go
env
:
-
GO15VENDOREXPERIMENT=1
branches
:
only
:
-
master
-
/^v?(?:[0-9]+\.){2}[0-9]+.*$/
cache
:
directories
:
-
$GOPATH/src/github.com/deis/helm-dm/vendor
go
:
-
1.5
install
:
-
wget "https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8.3-linux-amd64.tar.gz"
-
mkdir -p $HOME/bin
-
tar -vxz -C $HOME/bin --strip=1 -f glide-0.8.3-linux-amd64.tar.gz
-
export PATH="$HOME/bin:$PATH" GLIDE_HOME="$HOME/.glide"
script
:
make bootstrap build test
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets