Skip to content

Commit

Permalink
Added NPM deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Muschenetz authored and Ingo Muschenetz committed Feb 12, 2015
1 parent 9c8c46f commit b6852e3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
language: node_js
language: objective-c
node_js:
- '0.10'
- '0.12'
sudo: false
install:
- npm install
script:
- npm test
- npm test
deploy:
provider: npm
email: [email protected]
api_key:
secure: KXBIiRgIIdsPgrxg0pI7K5gbzkgvUWG4rFaEqBl3a8LPNCukgI54/OTbS4xJCSyzClJnYqc/tRjBtPeHPc9eDiZFJXOGNtbRLGqmPX06thPPmsdm/Ol19qmi2pqGnPMDzZuA6/YI5IRYUP+6Mk4oLcht2BMpeuPLavqnXbsTpDM=
on:
tags: true
repo: appcelerator/node-ios-device

0 comments on commit b6852e3

Please sign in to comment.