Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-13 12:37:36 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-06-13 15:04:25 +0300
commitc64c723027db9170121c0f7209548ee7f0505109 (patch)
tree2a7aadd63390143bac50908260865766b12cd64d /build
parent01f8434a754d3822cf0bed4ad473a9a7aec7d623 (diff)
Use proper PhantomJS library and run the tests as separate step
* add dependency for phantomjs
Diffstat (limited to 'build')
-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"