Travis errors fixed

This commit is contained in:
Ritzlgrmft
2015-09-17 14:51:02 +02:00
parent 3251d88b3a
commit 781e4c294d
2 changed files with 5 additions and 3 deletions
@@ -1,5 +1,6 @@
/// <reference path="../cordova/cordova.d.ts" />
/// <reference path="cordova-plugin-app-version.d.ts" />
/// <reference path="./cordova-plugin-app-version.d.ts" />
cordova.getAppVersion.getAppName()
.then(appName=> {
console.log(appName)
+3 -2
View File
@@ -1,9 +1,10 @@
/// <reference path="../Q/Q.d.ts" />
// Type definitions for cordova-plugin-app-version v0.1.7
// Type definitions for cordova-plugin-app-version v0.1.7
// Project: https://github.com/whiteoctober/cordova-plugin-app-version
// Definitions by: Markus Wagner <https://github.com/Ritzlgrmft/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../q/Q.d.ts" />
interface Cordova {
getAppVersion: {
getAppName: () => Q.IPromise<string>;