summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-06 10:46:35 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-06 10:46:35 +0200
commitb48a0308c58afa8cf9015060d1125de6ef76dca7 (patch)
treefe7ba626f932c8bab491ca75e1b9945e246ecf3d
parent114d98d863ffbac2da7816eec243060312ec4670 (diff)
check phantomjs bin
-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