Skip to content

Commit cbc9b21

Browse files
committed
Adapt Travis config to avoid scenarios for now
1 parent 56e0009 commit cbc9b21

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ branches:
1010
matrix:
1111
fast_finish: true
1212
include:
13+
- php: 7.4
14+
- php: 7.3
1315
- php: 7.2
14-
env: 'DEPENCENCIES=highest'
15-
- php: 7.2
16-
- php: 7.1
17-
- php: 7.1
18-
env: DEPENDENCIES=lowest'
1916

2017
sudo: false
2118

@@ -24,7 +21,7 @@ cache:
2421
- $HOME/.composer/cache
2522

2623
install:
27-
- 'composer scenario "${SCENARIO}" "${DEPENDENCIES}"'
24+
- composer install
2825

2926
script:
3027
- composer test

0 commit comments

Comments
 (0)