-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add Jfx-Browser to Travis-CI feature #61
Comments
Please also sign up on Travis Ci https://travis-ci.org/ and allow it to have access to your Project Jfx-Browser, adding only. yaml file is not enough. Only you can do it :) Let me know if you need help! :) |
Honestly, I don't have much experience in Maven. 👌 |
OK, try moving. yaml file inside the SEGP folder and it will work. The error says that it can't find the pom because it is in another folder. I have a question : 1)What is the meaning of SEGP folder name? We should change the structure of the repository. I will think how it is better to be. SEGP name is misleading. |
well. . . well . . well . . .SEGP stands for Software Engineering Group Project 😄 . It was our group project in a module named SEGP offered by University of Bradford for BS(computer science) and we named it like that, although it was not our intention that we will open source this project but as we put a lot of effort so we decided to make it Open Source so that community can benefit from it 😃 . |
Exactly, so now we can change the name. |
Hello friends , admin please sign up on Travis Ci https://travis-ci.org/ and allow it to have access to your project so i can add build status for Maven Project and in future for Gradle .
After this i will add a badge which will show failing or passing for tests , for example check README of XR3Player , with every commit i am doing it is reporting
failed
orpassed
if it succeeded the tests i have given . You see the green tick mark or the red failed cross .After your have signed up on Travis CI , the configuration will be very easy . I will just add for start a very simple file like https://github.com/goxr3plus/XR3Player/blob/master/.travis.yml
The text was updated successfully, but these errors were encountered: