Skip to content
Snippets Groups Projects
Unverified Commit 8250afcb authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Re-enable js builds on Vue rework branch but disable tests

parent ccc4d003
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,8 @@ script:
- php ../../occ app:check-code mail
# Run JS tests
- sh -c "if [ '$TEST_JS' = 'TRUE' ]; then grunt; fi"
- sh -c "if [ '$TEST_JS' = 'TRUE' ]; then cat ./coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js; fi"
#- sh -c "if [ '$TEST_JS' = 'TRUE' ]; then grunt; fi"
#- sh -c "if [ '$TEST_JS' = 'TRUE' ]; then cat ./coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js; fi"
# Run PHP tests
- cd tests
......@@ -113,8 +113,8 @@ script:
matrix:
include:
#- php: 7.0
# env: "DB=mysql CORE_BRANCH=master TEST_JS=TRUE"
- php: 7.0
env: "DB=mysql CORE_BRANCH=master TEST_JS=TRUE"
- php: 7.2
env: "DB=mysql CORE_BRANCH=stable14"
- php: 7.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment