• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Build has been canceled!

voluspa / yggdrasil / 163 / 1
80%
master: 81%

Build:
Build:
LAST BUILD BRANCH: game.management
DEFAULT BRANCH: master
Ran 14 Jan 2016 08:19PM UTC
Files 21
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Jan 2016 08:15PM UTC coverage: 65.0% (-3.3%) from 68.333%
163.1

Pull #14

travis-ci

matthewphilyaw
Adding emberjs to replace phoenix html in master

Phoenix changes:

Added CORSPlug, check the mix.exs file and plugged it in just before the
router in Yggdrasil.Endpoint, very easy to spot and was suggested by the
projects README.

Ember changes:

uses:

- ember-simple-auth addon which manages the client side session,
and largely followed their example app here[1] as an example of what was
needed to wire it in.

[1] https://github.com/simplabs/ember-simple-auth/tree/master/tests/dummy/app

- ember-bootstrap-less for styling

- phoenix.js which was copied from master and put in app/utils because
  ember cli doesn't transpile vendor

added:

- Login-form a component that handles the login stuff and calls the
  sesion to login
- Registration-form similar to login-form but for registration
- game-client backs the client
- Index
- yggdrasil.js implements authenticator stuff for ember-cli-auth
- session-manager that handles login/register and retreiving auth token
- game-channel is an alter version of the old socket.js from master
  manages the web socket

Dev scripts:

Updated dev tmux script to include tabs for ember

I added two tabs, one that cds into the clinet dir and starts vim for
the client stuff (I find it useful) and a tab for ember serve.

I also modified the phoenix tab to run mix deps.get && mix
phoenix.server that way which tmux is launched it always runs the latest
in the branch you are on. I did the same for ember server running npm
install and bower install then ember serve. Just to ensure the latest is
deps are installed.
Pull Request #14: added ember js, still early.

39 of 60 relevant lines covered (65.0%)

6.83 hits per line

Source Files on job 163.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 163
  • Travis Job 163.1
  • 7c85d675 on github
  • Prev Job for on json.api (#132.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc