Giter Club home page Giter Club logo

travis-build's Introduction

Travis Build Build Status

Travis Build is a library that Travis Workers use to generate a shell based build script which is then uploaded to the VMs using SSH and executed, with the resulting output streamed back to Travis.

This code base has gone through several iterations of development, and was originally extracted from Travis Worker, before taking it's current form.

Running test suites

Since the specs runs the generated build script, we recommend running it in a virtual machine to contain the changes. There's a Vagrantfile in this repository, so you can use Vagrant for this:

vagrant up
vagrant ssh
cd /vagrant
bundle exec rspec spec

If you wish to just run the specs, you can just run bundle exec rspec spec.

Use as addon for CLI

You can set travis-build up as a plugin for the command line client:

ln -s PATH_TO_TRAVIS_BUILD ~/.travis/travis-build

Now you can run one or many stages locally (defaults to script stage):

$ travis run
... executes test ...
$ travis run install
... installs dependencies ...
$ travis run install script
... installs dependencies ...
... executes test ...

License & copyright information

See LICENSE file.

Copyright (c) 2011-2013 Travis CI development team.

travis-build's People

Contributors

joshk avatar sarahhodne avatar michaelklishin avatar rkh avatar svenfuchs avatar banzaiman avatar roidrage avatar drogus avatar gildegoma avatar loicfrering avatar dougpuchalski avatar andrewhr avatar aaron1011 avatar meatballhat avatar leto avatar dmalikov avatar sol avatar maxlinc avatar airhorns avatar ljharb avatar sdumitriu avatar rockymadden avatar leedo avatar dyrim avatar dylanegan avatar davedash avatar brixen avatar julienledem avatar ifduyue avatar miyagawa avatar

Stargazers

Ivan Viktorovich avatar

Watchers

James Cloos avatar Ivan Viktorovich avatar

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.