Skip to content

Commit

Permalink
Add deploy to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aelsabbahy committed Oct 10, 2015
1 parent ed86f10 commit acf5009
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
language: go

go:
- '1.5.1'
- 1.5.1

sudo: required

services:
- docker
- docker

env:
- GO15VENDOREXPERIMENT=1
- GO15VENDOREXPERIMENT=1

before_install:
- curl -L https://github.com/Masterminds/glide/releases/download/0.6.1/glide-linux-amd64.zip > glide.zip
- unzip glide.zip
- export PATH="$PATH:$PWD/linux-amd64"
- go get -u github.com/golang/lint/golint
- curl -L https://github.com/Masterminds/glide/releases/download/0.6.1/glide-linux-amd64.zip
> glide.zip
- unzip glide.zip
- export PATH="$PATH:$PWD/linux-amd64"
- go get -u github.com/golang/lint/golint

script:
- make deps
- make
- make deps
- make

deploy:
provider: releases
api_key:
secure: hEHCC4EN7iHz7pIWKRn2qw22NTqUxnuBp59wfAlLBtV26j5rHMzSu8mlxkJInusDUGLJiNLrZPRWN0mzOdIXalbUeLhlX7EflJgEj6Q0MchUR69LzCAp0KMIFL1Sfq0v81VgujRLUUy5utxDL8Er4tZknn2PpXAMzpO+ozjNRDhhSEM4iMXfY3bcOIMnx6XRgCjFCb036wlBgOfdgv5fwm2PP638DTKar4W6ZZbqCQByhJ5RyL3BMDPTT0moA/tYbG+FA6p6Rme1OcBkMnpsiJZoB3u8gxsNiEJ43/C2RcULW/18qqp2UVD5FipSDYP7GQ5ugKCbgpWXb0Ctl8o4hv1UsNl0XoyJhAt0PRp6vqnyy6LWB2FzX30Xj/vGIhO/IfiJvspHxpatTk7Esjr46K4u9ao/x63LX6F6yI1ZTfbzt2MhRYRjwh4ORNfqhysuzXChftX1S9hj6s6gO0/zqoOsRK/PK8DProbUn4bxrGOBzi16P0GEk4agWWUm74Pis9qCThXNW8MXEV936KvE1wb1RxTACYvFBtO2IM5eQ26t2Y7mGJd7FJup9LR4oUtUTSbYo5P2Sal6xntBKH5P4nwEtM+TtHoeSCKQ3X5i1VSdvAH7soEAly6rP5d5wwPhqqx9mgUPYO/3ulvxLJOYHamrbj6nlHDXnCEoj1ZMxX4=
file: release/goss-linux-amd64
skip_cleanup: true
on:
repo: aelsabbahy/goss
tags: true

0 comments on commit acf5009

Please sign in to comment.