Giter Site home page Giter Site logo

Comments (5)

andrewnenakhov avatar andrewnenakhov commented on May 18, 2024

what is travis CI and why we need it? http://travis-ci.org/ says it's 'down for maintenance'. :-\

from xabber-android.

graingert avatar graingert commented on May 18, 2024

It automatically downloads, builds and runs your test cases for every pull
request and commit
On Jan 31, 2013 2:46 PM, "Andrew Nenakhov" [email protected] wrote:

what is travis CI and why we need it? http://travis-ci.org/ says it's
'down for maintenance'. :-\


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-12945421.

from xabber-android.

vkotovv avatar vkotovv commented on May 18, 2024

Travis CI is a continuous integration service that is hosted in the cloud. You can add your project, and it will build it, run the tests and report status, after every new commit to the repo. It is cool to ensure that current version in OK, built successfully and passed the tests. Please refer to this page for more info. Many open source projects are using it nowadays, since its free for them, no need to provide your own hosted solution. It would be great if someone could add support. I've made the first step to CI and proposed a pull request with Ant build script (although you can use maven to build Android projects).

from xabber-android.

Human avatar Human commented on May 18, 2024

At the moment, travis CI builds fail because of a missing API key:

java.lang.IllegalArgumentException: Crashlytics found an invalid API key: null.

from xabber-android.

Str4tocaster avatar Str4tocaster commented on May 18, 2024

Done. And build passed.

from xabber-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.