summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--js/public/app.js2
2 files changed, 1 insertions, 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 <http://www.gnu.org/licenses/>.
}).call(this);
-})(window.angular, window.jQuery, window.moment); \ No newline at end of file