Top "Travis-ci" questions

For questions about the hosted continuous integration service.

Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain

I have a spring boot project here: https://github.com/jcasbin/jcasbin-springboot-plugin. I encountered the following error in Travis CI: …

java spring maven spring-boot travis-ci
Trying to understand what Travis CI does and when it should be used

I am very new to Git and I am planning to contribute to some open-source project on GitHub after discovering …

git travis-ci git-flow
How to set up Travis CI with multiple languages

My project uses both nodejs and java I tried starting off with a node_js build then installing java (since …

travis-ci
The bundle UITests couldn’t be loaded because it is damaged or missing necessary resources. Try reinstalling the bundle

I can't run my test case due to this following errors : The bundle “UITests” couldn’t be loaded because it …

ios swift travis-ci uitest
How to use multiline command in 'script:' with YAML?

I have a repository that uses Travis CI, and in the .travis.yml there I have this line: script: - …

bash continuous-integration yaml travis-ci
Travis.yml ./gradlew : Permission denied

Using Travis CI for an existing Android project calling $ ./gradlew build connectedCheck I get this error: /home/travis/build.sh: …

android gradle continuous-integration travis-ci
How to configure Travis-CI to build pull requests & merges to master w/o redundancy

To put it in "BDD" terms: Background: Given I'm contributing to a GH repo When I create a pull request …

github travis-ci pull-request
Using secret api keys on travis-ci

I'd like to use travis-ci for one of my projects. The project is an API wrapper, so many of the …

api continuous-integration api-key travis-ci
Permission denied for build.sh file

$ ./build.sh --quiet verify /home/travis/build.sh: line 59: ./build.sh: Permission denied. The command "./build.sh --quiet verify" exited …

permissions travis-ci
How to specify a build folder in Travis?

I have a github repository user/repo but the real project is in a subfolder user/repo/project/build.sbt …

travis-ci