Skip to content

Commit

Permalink
Merge pull request #2 from jonalter/MOD-1730
Browse files Browse the repository at this point in the history
[MOD-1730] Updating .travis.yml
  • Loading branch information
jonalter committed Jul 30, 2014
2 parents bea1d5a + 3f70fb5 commit 5f74928
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: objective-c
env:
global:
- "MODULE_NAME=ti.inappbilling"
- "MODULE_NAME=ti.inappbilling"
before_install:
- MODULE_ROOT=$PWD
install:
- cd $MODULE_ROOT
- curl -o install.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/install.sh
- source install.sh
- source install.sh -s 3.2.2.GA
script:
- curl -o script.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/script.sh
- source script.sh
after_success: # and this only on success
- curl -o deploy.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/deploy.sh
- source deploy.sh
- curl -o deploy.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/deploy.sh
- source deploy.sh
10 changes: 5 additions & 5 deletions android/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<classpathentry kind="src" path="build/.apt_generated"/>
<classpathentry kind="lib" path="/usr/android-sdk/platforms/android-8/android.jar"/>
<classpathentry kind="lib" path="/usr/android-sdk/add-ons/addon-google_apis-google_inc_-8/libs/maps.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.1.GA/android/titanium.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.1.GA/android/modules/titanium-ui.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.1.GA/android/js.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.1.GA/android/kroll-apt.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.1.GA/android/kroll-common.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.2.GA/android/titanium.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.2.GA/android/modules/titanium-ui.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.2.GA/android/js.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.2.GA/android/kroll-apt.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.2.GA/android/kroll-common.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion android/build.properties.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
titanium.sdk=/Library/Application\ Support/Titanium/
titanium.os=osx
titanium.version=3.2.1.GA
titanium.version=3.2.2.GA
android.sdk=/usr/android-sdk

titanium.platform=${titanium.sdk}/mobilesdk/${titanium.os}/${titanium.version}/android
Expand Down
2 changes: 1 addition & 1 deletion android/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The InAppBilling module allows you to access the Android In-App Billing mechanis

## Dependencies

* This module requires Titanium SDK 3.2.1.GA or later.
* This module requires Titanium SDK 3.2.2.GA or later.
* This module must be tested on a device, testing on an emulator will not work.
* Your test device should be running on Android SDK Version 2.2 (API level 8) or higher, and have Google Play client Version 3.9.16 or higher installed.

Expand Down
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ name: inappbilling
moduleid: ti.inappbilling
guid: 3bdb4cb3-765b-41cc-8268-d8deb35ece07
platform: android
minsdk: 3.2.1.GA
minsdk: 3.2.2.GA

0 comments on commit 5f74928

Please sign in to comment.