Skip to content

Commit e76f5a6

Browse files
author
Oleksii Korshenko
committed
MAGETWO-63512: Travis build failures because the job exceeded the maximum time limit for jobs
- debugging
1 parent 47f2e42 commit e76f5a6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,12 @@ addons:
1010
language: php
1111
php:
1212
- 5.6
13-
- 7.0
1413
env:
1514
global:
1615
- COMPOSER_BIN_DIR=~/bin
1716
- INTEGRATION_SETS=3
1817
matrix:
19-
- TEST_SUITE=unit
20-
- TEST_SUITE=integration INTEGRATION_INDEX=1
21-
- TEST_SUITE=integration INTEGRATION_INDEX=2
2218
- TEST_SUITE=integration INTEGRATION_INDEX=3
23-
- TEST_SUITE=static
2419
cache:
2520
apt: true
2621
directories: $HOME/.composer/cache
@@ -31,7 +26,7 @@ matrix:
3126
before_install: ./dev/travis/before_install.sh
3227
install: composer install --no-interaction --prefer-dist
3328
before_script: ./dev/travis/before_script.sh
34-
script:
29+
script:
3530
- cd dev/tests/$TEST_SUITE
3631
- test $TEST_SUITE = "static" && TEST_FILTER='--filter "Magento\\Test\\Php\\LiveCodeTest"' || true
37-
- phpunit --verbose --debug $TEST_FILTER
32+
- phpunit $TEST_FILTER

0 commit comments

Comments
 (0)