The Ember web client for Travis CI
Go to file
2015-07-08 14:54:47 +02:00
app fix sign in button on landing page 2015-07-08 14:54:47 +02:00
config Disable ajax polling for now 2015-05-12 09:38:29 +02:00
public style no build page 2015-07-08 13:15:06 +02:00
ssl Add ssl certs for localhost, for ssl testing 2015-06-02 11:15:36 +02:00
tests make no builds a component and display it on all tabs 2015-07-08 13:15:06 +02:00
vendor
waiter Don't check scopes for Travis Become 2015-06-16 15:25:21 +02:00
.bowerrc
.buildpacks
.editorconfig Update Ember.js to 1.11.3 2015-04-30 12:48:12 +02:00
.ember-cli
.gitignore Removed .DS_Store from index and added it to .gitignore 2015-06-10 10:02:51 -04:00
.jshintrc
.rspec
.ruby-version
.slugignore
.travis.yml Use md5deep branch for caching 2015-07-01 15:23:31 -04:00
bower.json Revert "Update ember-data to 1.0.0-beta.17" 2015-05-20 13:09:05 +02:00
Brocfile.js Update Ember.js to 1.10 2015-04-30 12:48:10 +02:00
CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE
NOTES.txt
package.json Revert "Update ember-data to 1.0.0-beta.17" 2015-05-20 13:09:05 +02:00
Procfile
README.md
remove-log-popup.coffee
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