Remove JS tests

This commit is contained in:
Benoît Burnichon
2015-12-01 10:01:02 +01:00
committed by Florian BLOUET
parent 17be490c72
commit 696d7401d4
2 changed files with 1 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ before_script:
- "./bin/developer phraseanet:regenerate-sqlite" - "./bin/developer phraseanet:regenerate-sqlite"
- "./bin/developer phraseanet:generate-js-fixtures" - "./bin/developer phraseanet:generate-js-fixtures"
script: script:
- "./node_modules/.bin/grunt test"
- | - |
if [ "$TEST_SUITE" = "1" ]; then if [ "$TEST_SUITE" = "1" ]; then
"./bin/phpunit" "tests/classes/"; "./bin/phpunit" "tests/classes/";

View File

@@ -42,5 +42,5 @@ database:
test: test:
override: override:
- case $CIRCLE_NODE_INDEX in 0) php -d memory_limit=-1 bin/phpunit --exclude-group legacy ;; 1) grunt test ;; 2) php -d memory_limit=-1 bin/phpunit --group legacy --exclude-group web ;; 3) php -d memory_limit=-1 bin/phpunit --group web ;; esac: - case $CIRCLE_NODE_INDEX in 0) php -d memory_limit=-1 bin/phpunit --exclude-group legacy ;; 1) php -d memory_limit=-1 bin/phpunit --group legacy --exclude-group web ;; 2) php -d memory_limit=-1 bin/phpunit --group web ;; esac:
parallel: true parallel: true