The Ember web client for Travis CI
Go to file
2015-03-19 12:57:35 +01:00
app add queued state to sidebar tiles 2015-03-19 12:57:35 +01:00
assets/images darker yellow favicon 2015-03-04 09:45:52 +11:00
config Provide proper sourceEndpoint config 2015-03-16 13:54:15 +01:00
public add canceled state to jobs 2015-03-18 13:35:35 +01:00
tests Refactor repo actions support 2015-03-16 13:54:14 +01:00
vendor add transparent overlay to feedback popup 2015-02-20 12:07:48 +01:00
waiter Add ability to run dev ruby server with SSL 2015-02-25 12:00:41 +01:00
.bowerrc Add the rest of ember-cli app 2015-02-03 09:53:42 +01:00
.buildpacks Use travis-web-ember-cli-buildpack 2015-02-03 11:08:31 +01:00
.DS_Store darker yellow favicon 2015-03-04 09:45:52 +11:00
.editorconfig Add the rest of ember-cli app 2015-02-03 09:53:42 +01:00
.ember-cli Add the rest of ember-cli app 2015-02-03 09:53:42 +01:00
.gitignore Remove public/scripts files 2015-03-10 10:20:03 +01:00
.jshintrc Add the rest of ember-cli app 2015-02-03 09:53:42 +01:00
.rspec
.ruby-version fixed the build header cut-off on pull requests 2014-12-10 21:30:45 +01:00
.slugignore
.travis.yml Set ASSETS_HOST for s3 deployment 2015-02-17 15:31:07 +01:00
bower.json Add a simple acceptance test for dashboard and tooling needed to run it 2015-02-17 14:03:29 +01:00
Brocfile.js remove unnessary(?) things from charmscout script 2015-02-17 17:43:37 +01:00
CONTRIBUTING.md
Gemfile Revert "Move Gemfile to waiter" 2015-02-06 08:38:33 +01:00
Gemfile.lock Revert "Move Gemfile to waiter" 2015-02-06 08:38:33 +01:00
LICENSE
NOTES.txt
package.json Bump ember-cli to 0.2.0 2015-03-16 13:54:14 +01:00
Procfile Move server/ to waiter/ 2015-02-03 10:13:48 +01:00
README.md Fix link 2015-02-16 22:38:11 +08:00
remove-log-popup.coffee Fix remove-log popup 2015-03-16 13:54:15 +01:00
run_qunit.js
SSL_LOCALLY.md Add ability to run dev ruby server with SSL 2015-02-25 12:00:41 +01:00
testem.json Run only Sauce Labs on Travis 2015-02-17 14:03:29 +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