The Ember web client for Travis CI
Go to file
2015-02-17 11:27:29 +01:00
app fix missing branch name in Safari 2015-02-17 11:27:29 +01:00
config Don't set default avatar url on ENV 2015-02-16 15:14:10 +01:00
public add maintenance page 2015-02-09 15:30:02 +01:00
tests Add a simple acceptance test for dashboard and tooling needed to run it 2015-02-13 14:13:45 +01:00
vendor add text to feedback btn 2015-02-11 14:47:10 +01:00
waiter Display feedback button on PRO when charmKey is set 2015-02-11 14:46:19 +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
.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 / from .gitignore paths 2015-02-10 09:40:16 +01:00
.jshintrc Add the rest of ember-cli app 2015-02-03 09:53:42 +01:00
.rspec Add some color to rspec 2012-11-10 15:47:33 +01:00
.ruby-version fixed the build header cut-off on pull requests 2014-12-10 21:30:45 +01:00
.slugignore Don't ignore assets directory when building slug 2012-10-30 02:23:06 +01:00
.travis.yml Run only Sauce Labs on Travis 2015-02-16 12:34:05 +01:00
bower.json Add a simple acceptance test for dashboard and tooling needed to run it 2015-02-13 14:13:45 +01:00
Brocfile.js Fix default pro behaviour 2015-02-06 14:58:01 +01:00
CONTRIBUTING.md Added missing word "repo" 2013-03-18 23:05:06 -03:00
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 Fix typo in LICENSE file name 2013-11-28 15:40:13 +01:00
NOTES.txt Use bind-attr instead of deprecated bindAttr. 2014-01-07 21:00:26 -05:00
package.json Add a simple acceptance test for dashboard and tooling needed to run it 2015-02-13 14:13:45 +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
run_qunit.js Change spec runner to qunit 2013-07-30 17:12:58 +02:00
testem.json Run only Sauce Labs on Travis 2015-02-16 12:34:05 +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