Skip to content

Commit

Permalink
Update Travis Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrayner committed Aug 2, 2016
1 parent 09411c1 commit 7d5841a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
language: node_js
node_js:
- '4.4'
deploy:
provider: npm
email: [email protected]
api_key:
secure: HaVfMDZLHmceb2RIGTvLc9eYRM653kQqIiqmiTUHKexpAzH6ywqjLCpUpc5Nxfoesh2jlKFBJUJOhCeJSOZsB/FuDbvIWiqnTEzysf3Cj8SSfr61KPiRkkbGBiQbnGIld5eUfI9KtWNhggXR13tN7uwixRbw92Gd4pXLDOt8X+JhmuSQwXjpO3Dkl0bAReMYSBJbdDTJNoMNMEIhp2Eh8Vt27jhmadVy/IIu0cYhgjogCT+3n0tCII85cS9HnAQWZca7sUbQ+qiM4z6F7HWHphU0I84z4gjTzBvO6VXwTgzg7beJ2tU6HFRczLNLLfZtu1NgMQoSfANkBwVgIJE13vJd1lLBLvcI+TbpKxXaI3g0vwNPNZePNJ1SIBTT9juXkKjG6Lk3XmNnsieiCgoaSq96BOaMAV2fosLQdrluH61C5lXGUOcP8UOc164d1MrHsngJduU6B0whsSrtOmbRlYXiz5u4bDzfqPXVkH13G4Gy0Hs2tACQ9UoieroarW6G/tG3/30mAlFSp1qgRf0yjHFyGwVNk7NNo6wlP4gy4XH3H9xbXZMQ2gRCo1+749gtLZvzkRgFIEV9tgx9At6G4t3Z2bFhQbFgLS+QAbIqoe/AiXrFF1KpOjzvwuI2Unp5p4gBC2r943jA8LvlkFeKX3qDxcQdMfUddUIrpp0OMLw=
on:
tags: true
repo: mattrayner/cordova-plugin-vuforia-sdk
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-vuforia-sdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "A Cordova wrapper for the Vuforia SDK",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-vuforia-sdk"
version="0.0.1">
version="0.0.2">
<name>Vuforia SDK</name>
<description>Cordova Vuforia SDK Plugin</description>
<license>MIT</license>
Expand Down

0 comments on commit 7d5841a

Please sign in to comment.