-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update Travis CI file #60
Comments
What is the problem with Travis CI file ? |
CI tests are failing at Travis. Please investigate the failures and find solution for the same |
@kukreja-vikramaditya do we necessarily need to build using jdk-7 as well ? |
@hardik124 Yes do not remove jdk7. Fix issues for both 7 and 8. Check this sample .travis.yml http://pastebin.ubuntu.com/24388468/ . See the before_script and scripts section. The app should be run on the created emulator and be able to run the ./gradlew commands |
@kukreja-vikramaditya , build tools 25 requires jdk8 . Hence I dont think it will work with jdk 7 , or we have to downgrade our build tools . |
Please post the link from you are stating this. |
Although official Android release docs don't mention any Java version restrictions. I have encountered this issue when I tried to use jdk 8. |
For Please resolve other issues of the file so that CIs are green. |
If i remove jdk7 , it works fine . Should i send a PR? |
Yes send PR with remaining fixes as mentioned here
|
Issue is resolved. |
Need to fix travis ci file
The text was updated successfully, but these errors were encountered: