Skip to content

Commit 6d3b1bb

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ addons:
1010
language: php
1111
php:
1212
- 5.6
13+
- 7.0
1314
env:
1415
global:
1516
- COMPOSER_BIN_DIR=~/bin
1617
- INTEGRATION_SETS=3
1718
matrix:
19+
- TEST_SUITE=unit
20+
- TEST_SUITE=integration INTEGRATION_INDEX=1
21+
- TEST_SUITE=integration INTEGRATION_INDEX=2
1822
- TEST_SUITE=integration INTEGRATION_INDEX=3
23+
- TEST_SUITE=static
1924
cache:
2025
apt: true
2126
directories: $HOME/.composer/cache

0 commit comments

Comments
 (0)