The Ember web client for Travis CI
Go to file
2015-10-26 15:23:36 +01:00
app start styling pro landing page 2015-10-26 15:23:36 +01:00
ci Test using PhantomJS on PRs, otherwise test also browsers on SL 2015-07-13 16:25:57 +02:00
config add userlike config option 2015-07-15 14:26:41 +02:00
public rewrite topbar to fix in broadcasts, plus some cleanup 2015-10-21 10:27:28 +02:00
ssl Add ssl certs for localhost, for ssl testing 2015-06-02 11:15:36 +02:00
tests fix test 2015-10-14 15:27:45 +02:00
vendor remove charmscout, add userlike 2015-07-09 15:56:21 +02:00
waiter add userlike config option 2015-07-15 14:26:41 +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 Don't warn about unused vars, it's annoying with function arguments 2015-09-02 13:17:29 +02:00
.rspec
.ruby-version
.slugignore
.travis.yml Try to disable sauce addon for now 2015-09-09 10:36:52 +02:00
bower.json Update ember-cli to 1.13.8, ember.js to 1.13.8 and ember-data to 1.13.9 2015-09-01 10:24:03 +02:00
CONTRIBUTING.md
ember-cli-build.js add env var form tests 2015-07-15 16:50:18 +02:00
Gemfile
Gemfile.lock
LICENSE
NOTES.txt
package.json Update ember-cli to 1.13.8, ember.js to 1.13.8 and ember-data to 1.13.9 2015-09-01 10:24:03 +02:00
Procfile
README.md Fix link 2015-02-16 22:38:11 +08:00
remove-log-popup.coffee Fix remove-log popup 2015-03-13 10:30:19 +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 Remove invalid data 2015-09-08 15:24:14 -04: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