The Ember web client for Travis CI
Go to file
2015-04-13 17:28:12 +02:00
app add prettyDate helper 2015-04-13 17:28:12 +02:00
assets/images
config Allow to overwrite github's oauth access settings url with ENV 2015-04-09 11:03:50 +02:00
public add grey icons 2015-04-10 12:01:30 +02:00
tests Add footer to landing page and main layout 2015-03-31 14:20:30 +02:00
vendor
waiter Allow to overwrite github's oauth access settings url with ENV 2015-04-09 11:03:50 +02:00
.bowerrc
.buildpacks
.DS_Store
.editorconfig
.ember-cli
.gitignore
.jshintrc
.rspec
.ruby-version
.slugignore
.travis.yml
bower.json
Brocfile.js
CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE
NOTES.txt
package.json Bump ember-cli to 0.2.0 2015-03-16 13:54:14 +01:00
Procfile
README.md
remove-log-popup.coffee Fix remove-log popup 2015-03-16 13:54:15 +01:00
run_qunit.js
SSL_LOCALLY.md
testem.json Refactor jobs list and add some unit tests for it 2015-03-20 09:08:23 +01:00

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