I am trying to integrate travis into my GitHub project.
Here is the travis.yml
file:
language: java
I see all commits and pull requests in the UI, however it says job rejected in the status and not seems to run? Is that a configuration issue?
It is necessary to provide the script to run.
See this hello world example.
Also, look into this question for a maven example.
References: