summaryrefslogtreecommitdiffstats
path: root/build/package.json
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-13 11:37:36 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-06-13 14:04:25 +0200
commitc64c723027db9170121c0f7209548ee7f0505109 (patch)
tree2a7aadd63390143bac50908260865766b12cd64d /build/package.json
parent01f8434a754d3822cf0bed4ad473a9a7aec7d623 (diff)
downloadnextcloud-server-c64c723027db9170121c0f7209548ee7f0505109.tar.gz
nextcloud-server-c64c723027db9170121c0f7209548ee7f0505109.zip
Use proper PhantomJS library and run the tests as separate step
* add dependency for phantomjs
Diffstat (limited to 'build/package.json')
-rw-r--r--build/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package.json b/build/package.json
index f5a637171ed..df26ba97785 100644
--- a/build/package.json
+++ b/build/package.json
@@ -16,7 +16,7 @@
"karma-junit-reporter": "*",
"karma-coverage": "*",
"karma-phantomjs-launcher": "*",
- "phantomjs": "*",
+ "phantomjs-prebuilt": "*",
"jasmine-core": "~2.3.4"
},
"engine": "node >= 0.8"