aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml6
-rw-r--r--build/package.json2
2 files changed, 6 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index bf993b99a70..bfd173c1347 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,5 +1,9 @@
build:
- backend:
+ jsunit:
+ image: morrisjobke/nextcloud-ci-jsunit:1.0.2
+ commands:
+ - ./autotest-js.sh
+ sqlite:
image: morrisjobke/nextcloud-ci-php7:1.0
commands:
- git submodule update --init
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"