diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-13 11:37:36 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-13 14:04:25 +0200 |
commit | c64c723027db9170121c0f7209548ee7f0505109 (patch) | |
tree | 2a7aadd63390143bac50908260865766b12cd64d /build/package.json | |
parent | 01f8434a754d3822cf0bed4ad473a9a7aec7d623 (diff) | |
download | nextcloud-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.json | 2 |
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" |