From b48a0308c58afa8cf9015060d1125de6ef76dca7 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 6 Aug 2013 10:46:35 +0200 Subject: [PATCH] check phantomjs bin --- .travis.yml | 1 + js/public/app.js | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8bca249f7..0c6513f99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,5 @@ script: - sudo add-apt-repository -y ppa:chris-lea/node.js - sudo apt-get update - sudo apt-get -y install nodejs phantomjs + - file /usr/bin/phantomjs - make unit-tests && make javascript-tests diff --git a/js/public/app.js b/js/public/app.js index 7081004fb..653b857d1 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -1,4 +1,3 @@ -(function(angular, $, moment, undefined){ /** * ownCloud News App - v0.0.1 @@ -3244,4 +3243,3 @@ License along with this library. If not, see . }).call(this); -})(window.angular, window.jQuery, window.moment); \ No newline at end of file