Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Najm/sync repo #6

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
update travis config
willpassidomo committed Jan 17, 2020
commit 94eaf2a4320058c8af1eedb86638f76eb3b80a3e
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ script: gradle clean test

before_install:
- yes | sdkmanager "platforms;android-28"
- wget http://services.gradle.org/distributions/gradle-5.3-bin.zip
- wget https://services.gradle.org/distributions/gradle-5.3-bin.zip
- unzip -qq gradle-5.3-bin.zip
- export GRADLE_HOME=$PWD/gradle-5.3
- export PATH=$GRADLE_HOME/bin:$PATH