question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add .travis.yml file

See original GitHub issue

Like the others, this project should use Travis CI. To do that, we have to add a file called .travis.yml containing build instructions.

For now, copy the one from eva, but without the jacoco:report coveralls:report, only mvn clean install

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:22 (22 by maintainers)

github_iconTop GitHub Comments

1reaction
salikjancommented, Dec 28, 2016

I’ve already cerated PR. Awaiting 😉

0reactions
amihaiemilcommented, Dec 28, 2016

@salikjan chat soon. Cheers and a Happy New Year!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Travis CI Tutorial
To get started with Travis CI using GitHub # · Add a .travis.yml file to your repository to tell Travis CI what to...
Read more >
Configure travis.yml - CI/CD Tutorial | Online Help - Catalyst
Configure travis.yml Let us define the flow of the desired build and test specifications in travis.yml. We will also install the required dependencies...
Read more >
Continuous Integration (CI) with Travis - Tutorial - Vogella.com
Travis CI is a really easy to use build server for projects hosted on GitHub, where the projects easily can be tested and...
Read more >
dwyl/learn-travis: A quick Travis CI (Continuous ... - GitHub
.travis.yml is a basic Travis configuration file that tells travis-ci what to expect and how to behave for our application. In this case, ......
Read more >
Definitive Guide to Getting Started with Travis CI
1. Open your favorite web browser, and navigate to Travis CI official website. · 2.Click the Start Today button on the homepage to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found