The Ember web client for Travis CI
Go to file
2012-11-23 14:37:56 +09:00
.localeapp removed devise and admin namespaces from locales and added report rake task for new keys 2012-11-23 01:50:54 +09:00
assets Updated gemfile to use published i18n-filters gem. 2012-11-23 14:37:56 +09:00
config
lib
locales Enabled i18n-js fallbacks 2012-11-23 13:53:07 +09:00
play
public
script
spec
.buildpacks
.gitignore
.rspec
.slugignore
.travis.yml
Assetfile Enabled i18n-js fallbacks 2012-11-23 13:53:07 +09:00
config.ru
Gemfile Updated gemfile to use published i18n-filters gem. 2012-11-23 14:37:56 +09:00
Gemfile.lock Updated gemfile to use published i18n-filters gem. 2012-11-23 14:37:56 +09:00
Guardfile
Guardfile.phantom
LICENCSE
NOTES.txt
Procfile
Rakefile removed devise and admin namespaces from locales and added report rake task for new keys 2012-11-23 01:50:54 +09:00
README.md
run_jasmine.coffee
run_mocha.js
seeds.sql
travis-web.gemspec

Travis CI ember web client

Running the app

This is a static html/js app so you shouldn't need to install anything.

git clone git://github.com/travis-ci/travis-web.git
cd travis-web
open public/index.html

Running locally with a local API server:

RUN_API=1 bundle exec rackup -p 3000

Running against existing API endpoint:

API_ENDPOINT="https://api.travis-ci.org/" RUN_API=0 bundle exec rackup

Run locally, one on ci.dev and one on api.dev:

. dev.env
bundle exec rackup

Compiling assets manually

bundle exec rakep
ENV=production bundle exec rakep

Compiling assets on change

bundle exec guard