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
52a28a3b
Commit
52a28a3b
authored
Mar 05, 2016
by
Jack Greenfield
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #335 from michelleN/remove-travis
chore(*): remove travis ;)
parents
50aa153f
2957f849
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
.travis.yml
.travis.yml
+0
-24
No files found.
.travis.yml
deleted
100644 → 0
View file @
50aa153f
sudo
:
true
env
:
-
GO15VENDOREXPERIMENT=1 GLIDE_VERSION="0.9.1"
language
:
go
go
:
-
1.6
script
:
-
make bootstrap test
branches
:
only
:
-
master
-
/^v?(?:[0-9]+\.){2}[0-9]+.*$/
install
:
-
wget "https://github.com/Masterminds/glide/releases/download/$GLIDE_VERSION/glide-$GLIDE_VERSION-linux-amd64.tar.gz"
-
mkdir -p $HOME/bin
-
tar -vxz -C $HOME/bin --strip=1 -f glide-$GLIDE_VERSION-linux-amd64.tar.gz
-
export PATH="$HOME/bin:$PATH" GLIDE_HOME="$HOME/.glide"
-
sudo pip install -r expansion/requirements.txt
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