Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
133dc30f
Commit
133dc30f
authored
Feb 05, 2016
by
Seth Goings
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10 from sgoings/travis-build
feat(travis): add travis build
parents
361b4519
ade66d83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
.travis.yml
.travis.yml
+24
-0
No files found.
.travis.yml
0 → 100644
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
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