Skip to content

Commit

Permalink
Merge pull request #33 from nextcloud/LukasReschke-patch-1
Browse files Browse the repository at this point in the history
Add JS unit test execution
  • Loading branch information
MorrisJobke authored Jun 13, 2016
2 parents 01f8434 + c64c723 commit 0b2940e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"karma-junit-reporter": "*",
"karma-coverage": "*",
"karma-phantomjs-launcher": "*",
"phantomjs": "*",
"phantomjs-prebuilt": "*",
"jasmine-core": "~2.3.4"
},
"engine": "node >= 0.8"
Expand Down

0 comments on commit 0b2940e

Please sign in to comment.