Skip to content

Commit

Permalink
Fix android test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefa Ilkimen committed Dec 12, 2018
1 parent e2a869b commit f1bb4f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ matrix:
script:
- npm run testjs &&
npm run updatecert &&
scripts/build-test-app.sh --$TARGET_PLATFORM --emulator &&
scripts/upload-artifact.sh --$TARGET_PLATFORM &&
scripts/test-app.sh --$TARGET_PLATFORM --emulator;
scripts/build-test-app.sh --android --emulator &&
scripts/upload-artifact.sh --android &&
scripts/test-app.sh --android --emulator;

0 comments on commit f1bb4f3

Please sign in to comment.