Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Nov 21, 2014
1 parent 64838e2 commit d704564
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: go
go: 1.3
script: true
before_deploy: make release
deploy:
provider: releases
api_key:
secure: rEJNFRzXQsyPLgScioCS81XKkCHX2R95LGMGpYG3VKzeJv3qN0b8r+pY/pEBosAqgFlHI2q0VOXqNaKHmYrmtTNgSlPv4sgr9vImblpgMTm02BPtB6Bb32o18QnX7iZXh/PCeBdBf4zT5LByqG83ru6C4LbUsU8SZZnqL+9WXa0=
file: timberlake-*.tar.gz
file_glob: true
on:
repo: stripe/timberlake
tags: true
all_branches: true

0 comments on commit d704564

Please sign in to comment.