Skip to content

Commit

Permalink
feat: add auto-deploy on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
t1st3 committed Mar 10, 2015
1 parent d3316cf commit f705727
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ language: node_js
node_js:
- '0.10'
before_install:
- npm install -g gulp
- npm install -g gulp
deploy:
provider: npm
email: contact@tiste.org
api_key:
secure: ejpajtHaMR2CWAHbpp7Ut+UTdY+GvYksryK/bqiSsgtFoII2A76F23zL/Hp+QiRhmXDYG1E/1FisKgZdcTTOqC67QNlyX1b1HwjgfezbqIgTmnz24CYrck1GTYqI/9JtlqAP3uRrmzLDkPZzC3NUOAZLojBIe1DvuH9OXg/XncI=
on:
tags: true
repo: T1st3/famfamfam-silk

0 comments on commit f705727

Please sign in to comment.