adamzev / travis-intro-ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travis-intro-ruby

This is an example application written in Ruby for introducing users to basic features of Travis CI.

Fork, and look around

First, fork this repository.

Clone to your local development machine, and have a look around.

$ git clone https://github.com/OWNER/travis-intro-ruby.git
$ cd travis-intro-ruby

To start the server, run

$ ruby lib/server.rb

If you visit http://localhost:8000, you should see a bare minimum web page.

You can confirm that the following runs our basic test, and passes:

$ ruby test/test_server.rb

Checkout a new branch

For the remainder of this Workshop, we will work on a different branch on our local machine, while following the instructions on GitHub. You can name our local branch anything you like; default is a fine choice:

$ git checkout -b default

Next step

Time to head on over to the next step.

About

License:MIT License


Languages

Language:Ruby 93.6%Language:HTML 6.4%