Skip to content

Commit

Permalink
checking why 'not zipaligned' is being reported
Browse files Browse the repository at this point in the history
  • Loading branch information
tishma committed Jan 2, 2017
1 parent cc64cd9 commit 483cddd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ android:
- android-19

script:
- android list targets
- bash gradlew uploadArchives
- ./vendor/bin/phpunit

1 change: 1 addition & 0 deletions tests/com/testfairy/gradle/GradleSupportMatrixTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ private function getAndroidHome() {
private function assertZipaligned($filename) {
$home = $this->getAndroidHome();
exec("${home}/build-tools/19.1.0/zipalign -c 4 '$filename'", $output, $retval);
echo $output;
$this->assertEquals(0, $retval, "APK file was not zipaligned");
}

Expand Down

0 comments on commit 483cddd

Please sign in to comment.