File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,12 @@ addons:
10
10
language : php
11
11
php :
12
12
- 5.6
13
- - 7.0
14
13
env :
15
14
global :
16
15
- COMPOSER_BIN_DIR=~/bin
17
16
- INTEGRATION_SETS=3
18
17
matrix :
19
- - TEST_SUITE=unit
20
- - TEST_SUITE=integration INTEGRATION_INDEX=1
21
- - TEST_SUITE=integration INTEGRATION_INDEX=2
22
18
- TEST_SUITE=integration INTEGRATION_INDEX=3
23
- - TEST_SUITE=static
24
19
cache :
25
20
apt : true
26
21
directories : $HOME/.composer/cache
@@ -31,7 +26,7 @@ matrix:
31
26
before_install : ./dev/travis/before_install.sh
32
27
install : composer install --no-interaction --prefer-dist
33
28
before_script : ./dev/travis/before_script.sh
34
- script :
29
+ script :
35
30
- cd dev/tests/$TEST_SUITE
36
31
- test $TEST_SUITE = "static" && TEST_FILTER='--filter "Magento\\Test\\Php\\LiveCodeTest"' || true
37
- - phpunit --verbose --debug $TEST_FILTER
32
+ - phpunit $TEST_FILTER
You can’t perform that action at this time.
0 commit comments