-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
Travis build is failing #57
Comments
There is an issue in the CLI that we do not start the application when it is not previously installed on the device. The issue is already fixed (NativeScript/nativescript-cli#1545) in Alternatively you can temporary fix this the same way we do it here: https://github.com/NativeScript/nativescript-angular/blob/master/.travis.yml#L35 |
I’ll just hold off until 1.6.2 is out and make sure it fixes the problem here. Thanks @ligaz. |
The
We are considering enabling |
@ligaz Hmmm... just tried again after adding |
We have a new version of the |
@tjvantoll |
Hmmm... with that change the Android build failed but Travis thinks it passed https://travis-ci.org/NativeScript/sample-Groceries/builds/115421047. Also this doesn’t seem related 😕 This isn’t a huge deal. I’ll see if this repeats itself as I commit to this repo. |
This worked on a subsequent commit, so I’ll assume the previous problem was some random issue, but I’ll continue to monitor these runs. Closing this for now as as all seems well. Thanks @rosen-vladimirov @ligaz! |
Hey @tjvantoll , I've created a PR, that's passing the PR build: |
I copied your .travis.yml to my project. Build was Done. Your build exited with 0., but it was stopped on Build 40% with error :asbg:generateInterfaceNamesList/ig/GetInterfaceNames : Unsupported major.minor version 52.0
So i forked you repository, added jdk: oraclejdk8 to .travis.yml (it was a guess) and Project was successfuly build But i think tests were not executed:
|
See https://travis-ci.org/NativeScript/sample-Groceries/builds/112147263
@ligaz: Any idea what’s going on here? Looks like the Android build worked, but that something timed out before the emulator started up. I’ll try a few more commits to see if this is just a fluke.
The text was updated successfully, but these errors were encountered: