Skip to content

Commit

Permalink
[DEBUG] Fix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
djavan-bertrand committed Aug 10, 2016
1 parent d904e51 commit ff10bb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ android:
licenses:
- 'android-sdk-license-.+'

before_install:
- echo "sdk.dir=$ANDROID_HOME" > local.properties
- echo "bintray.apikey=fake_key" >> local.properties
- echo "bintray.user=fake_user" >> local.properties

script:
- echo "Travis branch is $TRAVIS_BRANCH"
- echo "Travis branch is in pull request $TRAVIS_PULL+REQUEST"
Expand Down

0 comments on commit ff10bb7

Please sign in to comment.