diff --git a/assets/scripts/travis.coffee b/assets/scripts/travis.coffee index c8758a01..4b50002e 100644 --- a/assets/scripts/travis.coffee +++ b/assets/scripts/travis.coffee @@ -1,6 +1,9 @@ require 'ext/jquery' require 'ext/ember/namespace' +window.bootstrapTravis = -> + Travis.run() + if window.history.state == undefined window.history.state = {} oldPushState = window.history.pushState diff --git a/public/index.html b/public/index.html index fb4970ef..614e591f 100644 --- a/public/index.html +++ b/public/index.html @@ -16,7 +16,7 @@