Travis CI

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Travis CI
Developer(s) Travis CI community
Written in Ruby
Platform Web
Type Continuous integration
Website travis-ci.org

In software development, Travis CI is a hosted, distributed[1] continuous integration service used to build and test projects hosted at GitHub.[2] The software is also available as an open source download on Github,[3] although its developers do not currently recommend it for on-premise use for closed projects.[4]

It supports building software in numerous languages, including Ruby, JavaScript, Java, Scala, PHP, Haskell and Erlang.[5] Several high-profile open source projects are using it to run builds and tests on every commit, such as Ruby on Rails, Ruby, and Node.js.[5][6]

In 2012 Travis CI launched a crowd funding campaign to fund further development[7] which was sponsored by dozens of technology companies.[8]

Contents

Further reading [edit]

See also [edit]

References [edit]

  1. ^ "Travis-CI README.textile: Goals". Retrieved 4 October 2012. 
  2. ^ "Travis-CI README.textile: Setting server environment up". Retrieved 4 October 2012. 
  3. ^ "Welcome to Travis-CI". Retrieved 4 October 2012. 
  4. ^ "Travis-CI README.textile: We Are Not Done Yet". Retrieved 4 October 2012. 
  5. ^ a b Manuel Pais (23 Feb 2012). "Travis CI Announces Support for Java and Plans for Travis Pro". InfoQ. Retrieved 27 May 2012. 
  6. ^ "Rails now tested on Travis CI". Retrieved 27 May 2012. 
  7. ^ "All you need is love.travis-ci.org". 7 Feb 2012. Retrieved 27 May 2012. 
  8. ^ "Thank you, sponsors". love.travis-ci.org. Retrieved 27 May 2012. 

External links [edit]