Browse Source

Use proper PhantomJS library and run the tests as separate step

* add dependency for phantomjs
tags/v10.0RC1
Morris Jobke 8 years ago
parent
commit
c64c723027
No account linked to committer's email address
2 changed files with 6 additions and 2 deletions
  1. 5
    1
      .drone.yml
  2. 1
    1
      build/package.json

+ 5
- 1
.drone.yml View File

@@ -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

+ 1
- 1
build/package.json View File

@@ -16,7 +16,7 @@
"karma-junit-reporter": "*",
"karma-coverage": "*",
"karma-phantomjs-launcher": "*",
"phantomjs": "*",
"phantomjs-prebuilt": "*",
"jasmine-core": "~2.3.4"
},
"engine": "node >= 0.8"

Loading…
Cancel
Save