Travis CI Contents Configuration Operation Integration Company See also References External links Navigation menugithub.com/travis-ci/travis-citravis-ci.orgtravis-ci.comTravis CI LICENSE"travis-ci/README.md""Customizing the Build: What Repository Providers or Version Control Systems Can I Use?""How We Improved the Installation and Update Experience for Travis CI Enterprise""Meet Travis CI: Open Source Continuous Integration""Test your Django app with Travis CI""Travis documentation""Integrate with Travis-CI""Travis CI Announces Support for Java and Plans for Travis Pro""Rails now tested on Travis CI""Travis CI Integration""Travis CI | CrunchBase""The Travis CI Blog: 2012 at Travis CI - what a blast!""All you need is love.travis-ci.org""Thank you, sponsors""Travis CI joins the Idera family"Official websitetravis-ci

Continuous integrationOpen-source hosted development toolsFree software programmed in RubyInternet properties established in 2011Software using the MIT license


continuous integrationGitHubfree softwarefileYAMLpull requestbranchIRCCC++C#ClojureDErlangF#GoApache GroovyHaskellJavaJavaScriptJuliaPerlPHPPythonRRubyRustScalaVisual BasicPloneRuby on Railscoverage analyzersstatic analyzersCoverity Scancrowd fundingIdera



















Travis CI
Travis CI Logo.svg
Developer(s)Travis CI community
Repository
  • github.com/travis-ci/travis-ci
Edit this at Wikidata
Written inRuby
PlatformWeb
TypeContinuous integration
License
MIT License[1]
Website
travis-ci.org (Free) travis-ci.com (Pro)

Travis CI is a hosted[2]continuous integration service used to build and test software projects hosted at GitHub.[3]


Open source projects may be tested at no charge via travis-ci.org. Private projects may be tested at travis-ci.com on a fee basis. TravisPro provides custom deployments of a proprietary version on the customer's own hardware.


The source is technically free software and available piecemeal on GitHub under permissive licenses. The company notes, however, that the large number of tasks that a user needs to monitor and perform can make it difficult for some users to successfully integrate the Enterprise version with their own infrastructure.[4]




Contents





  • 1 Configuration


  • 2 Operation


  • 3 Integration


  • 4 Company


  • 5 See also


  • 6 References


  • 7 External links




Configuration


Travis CI is configured by adding a file named .travis.yml, which is a YAML format text file, to the root directory of the repository.[5] This file specifies the programming language used, the desired building and testing environment (including dependencies which must be installed before the software can be built and tested), and various other parameters.



Operation


When Travis CI has been activated for a given repository, GitHub will notify it whenever new commits are pushed to that repository or a pull request is submitted. It can also be configured to only run for specific branches, or branches whose names match a specific pattern. Travis CI will then check out the relevant branch and run the commands specified in .travis.yml, which usually build the software and run any automated tests. When that process has completed, Travis notifies the developer(s) in the way it has been configured to do so[5]—for example, by sending an email containing the test results (showing success or failure), or by posting a message on an IRC channel. In the case of pull requests, the pull request will be annotated with the outcome and a link to the build log, using a GitHub integration.


Travis CI can be configured to run the tests on a range of different machines, with different software installed (such as older versions of a programming language implementation, to test for compatibility),[6] and supports building software in numerous languages, including C, C++, C#, Clojure, D, Erlang, F#, Go, Apache Groovy, Haskell, Java, JavaScript, Julia, Perl, PHP, Python, R, Ruby, Rust, Scala and Visual Basic.[7] Several high-profile open source projects are using it to run builds and tests on every commit, such as Plone, Ruby on Rails, and Ruby.[8][9][10] As of February 2013, over 8056 JavaScript projects use it.[5]



Integration


Travis CI supports integration with external tools such as coverage analyzers or static analyzers. In the case of Coverity Scan, for instance, Travis CI can run the build stage under Coverity's cov-build tool, and submit the result for analysis if the build succeeds.[11]



Company


The company is headquartered in Berlin, Germany and was founded in 2011.[12] In 2012 the project experienced significant growth[13] and launched a crowd funding campaign to fund further development[14] which was sponsored by dozens of technology companies.[15]


In January 2019 it was announced that the company has been acquired by Idera.[16]



See also



  • Continuous integration software

  • Comparison of continuous integration software


References




  1. ^ Travis CI LICENSE


  2. ^ "travis-ci/README.md". Retrieved 2019-02-24..mw-parser-output cite.citationfont-style:inherit.mw-parser-output .citation qquotes:"""""""'""'".mw-parser-output .citation .cs1-lock-free abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .citation .cs1-lock-subscription abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registrationcolor:#555.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration spanborder-bottom:1px dotted;cursor:help.mw-parser-output .cs1-ws-icon abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center.mw-parser-output code.cs1-codecolor:inherit;background:inherit;border:inherit;padding:inherit.mw-parser-output .cs1-hidden-errordisplay:none;font-size:100%.mw-parser-output .cs1-visible-errorfont-size:100%.mw-parser-output .cs1-maintdisplay:none;color:#33aa33;margin-left:0.3em.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-formatfont-size:95%.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-leftpadding-left:0.2em.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-rightpadding-right:0.2em


  3. ^ "Customizing the Build: What Repository Providers or Version Control Systems Can I Use?". Retrieved 2019-02-24.


  4. ^ Meyer, Mathias (2015-06-19). "How We Improved the Installation and Update Experience for Travis CI Enterprise". Retrieved 2019-02-24.


  5. ^ abc Tim Heckel (18 Feb 2013). "Meet Travis CI: Open Source Continuous Integration". InfoQ. Retrieved 2019-02-24.


  6. ^ Ben Welsh (14 June 2012). "Test your Django app with Travis CI". LA Times Data Desk. Retrieved 2019-02-24.


  7. ^ "Travis documentation". Retrieved 2019-02-24.


  8. ^ "Integrate with Travis-CI". Retrieved 2019-02-24.


  9. ^ Manuel Pais (23 Feb 2012). "Travis CI Announces Support for Java and Plans for Travis Pro". InfoQ. Retrieved 2019-02-24.


  10. ^ David (2011-07-27). "Rails now tested on Travis CI". Retrieved 2019-02-24.


  11. ^ "Travis CI Integration". Retrieved 2019-02-24.


  12. ^ "Travis CI | CrunchBase". Crunchbase. Retrieved 2019-02-24.


  13. ^ Fuchs, Sven (2012-12-30). "The Travis CI Blog: 2012 at Travis CI - what a blast!". blog.travis-ci.com. Retrieved 2019-02-24.


  14. ^ Grzesiak, Brad (7 Feb 2012). "All you need is love.travis-ci.org". Retrieved 2019-02-24.


  15. ^ "Thank you, sponsors". love.travis-ci.com. Retrieved 2019-02-24.


  16. ^ Haase, Konstantin (2019-01-23). "Travis CI joins the Idera family". Retrieved 2019-02-24.



External links


  • Official website


  • travis-ci on GitHub


Continuous integration, Free software programmed in Ruby, Internet properties established in 2011, Open-source hosted development tools, Software using the MIT licenseUncategorized

Popular posts from this blog

Mobil Contents History Mobil brands Former Mobil brands Lukoil transaction Mobil UK Mobil Australia Mobil New Zealand Mobil Greece Mobil in Japan Mobil in Canada Mobil Egypt See also References External links Navigation menuwww.mobil.com"Mobil Corporation"the original"Our Houston campus""Business & Finance: Socony-Vacuum Corp.""Popular Mechanics""Lubrite Technologies""Exxon Mobil campus 'clearly happening'""Toledo Blade - Google News Archive Search""The Lion and the Moose - How 2 Executives Pulled off the Biggest Merger Ever""ExxonMobil Press Release""Lubricants""Archived copy"the original"Mobil 1™ and Mobil Super™ motor oil and synthetic motor oil - Mobil™ Motor Oils""Mobil Delvac""Mobil Industrial website""The State of Competition in Gasoline Marketing: The Effects of Refiner Operations at Retail""Mobil Travel Guide to become Forbes Travel Guide""Hotel Rankings: Forbes Merges with Mobil"the original"Jamieson oil industry history""Mobil news""Caltex pumps for control""Watchdog blocks Caltex bid""Exxon Mobil sells service station network""Mobil Oil New Zealand Limited is New Zealand's oldest oil company, with predecessor companies having first established a presence in the country in 1896""ExxonMobil subsidiaries have a business history in New Zealand stretching back more than 120 years. We are involved in petroleum refining and distribution and the marketing of fuels, lubricants and chemical products""Archived copy"the original"Exxon Mobil to Sell Its Japanese Arm for $3.9 Billion""Gas station merger will end Esso and Mobil's long run in Japan""Esso moves to affiliate itself with PC Optimum, no longer Aeroplan, in loyalty point switch""Mobil brand of gas stations to launch in Canada after deal for 213 Loblaws-owned locations""Mobil Nears Completion of Rebranding 200 Loblaw Gas Stations""Learn about ExxonMobil's operations in Egypt""Petrol and Diesel Service Stations in Egypt - Mobil"Official websiteExxon Mobil corporate websiteMobil Industrial official websiteeeeeeeeDA04275022275790-40000 0001 0860 5061n82045453134887257134887257

Frič See also Navigation menuinternal link

Identify plant with long narrow paired leaves and reddish stems Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?What is this plant with long sharp leaves? Is it a weed?What is this 3ft high, stalky plant, with mid sized narrow leaves?What is this young shrub with opposite ovate, crenate leaves and reddish stems?What is this plant with large broad serrated leaves?Identify this upright branching weed with long leaves and reddish stemsPlease help me identify this bulbous plant with long, broad leaves and white flowersWhat is this small annual with narrow gray/green leaves and rust colored daisy-type flowers?What is this chilli plant?Does anyone know what type of chilli plant this is?Help identify this plant