Skip to content

Commit

Permalink
update path to use firetweet apk name
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Blose committed May 18, 2015
1 parent 03cfeda commit c69243c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android:

script:
- ./gradlew build
- cd ./tests && APK_PATH=../twidere/build/outputs/apk/twidere-google-release-unsigned.apk monkeyrunner testrunner.py
- cd ./tests && APK_PATH=../firetweet/build/outputs/apk/firetweet-google-release-unsigned.apk monkeyrunner testrunner.py

before_script:
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
Expand All @@ -36,4 +36,4 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y python2.7

# after_success: ./scripts/travis_upload_release_to_github.py
# after_success: ./scripts/travis_upload_release_to_github.py

0 comments on commit c69243c

Please sign in to comment.