Skip to content

naruraghavan/travis-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis CI ember web client

Build Status

Running the app

The app is developed using Ember CLI. It requires nodejs with npm installed.

In order to run the app you need to install dependencies with:

bower install
npm install

Now you can run the server:

ember serve

And open http://localhost:4200 in the browser.

Running tests

To run a test suite execute:

ember test

You can also start an interactive test runner for easier development:

ember test --serve

About

The Ember web client for Travis CI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 71.8%
  • CoffeeScript 17.6%
  • Handlebars 6.9%
  • Ruby 2.0%
  • JavaScript 1.1%
  • HTML 0.5%
  • Shell 0.1%