Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Initial travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Oct 20, 2014
1 parent 10dbf66 commit b037a2a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- '0.10'
deploy:
provider: npm
email: [email protected]
api_key:
secure: Giqq1yd1o3OuXaETCk8S7gaXM5beK9THl+lHNJGjG5CjgYzVJLSsGKg2sli581uqKwY01zRAR2srVpu7HjIhjjTXUo/o1rdDoQ0lPkLbdzMpIGgAmS+maYjW83hlCWK19BbsXE4LVp5bzgO+5IXf/IvCp+11fqogIPRJPdfuBJI=
on:
tags: true
all_branches: true

0 comments on commit b037a2a

Please sign in to comment.