From 4e29faaa03924cdcaa48149ea749d5a62892e5c5 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 26 Feb 2013 12:21:17 +0100 Subject: [PATCH] Start Travis with bootstrapTravis function --- assets/scripts/travis.coffee | 3 +++ public/index.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 @@