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?
In my case, the issue was that I named the file travis.yml
instead of .travis.yml
(Notice the leading dot).
It is necessary to provide the script to run.
See this hello world example.
Also, look into this question for a maven example.
References:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With