Skip to content

Commit 26bac19

Browse files
committed
Corrected environment variables for Travis CI
1 parent 4daeec2 commit 26bac19

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

.travis.yml

+21-10
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,42 @@ language: php
22

33
sudo: false
44

5-
env:
6-
- TEST_SUITE=samples
7-
85
matrix:
96
include:
107
- php: 5.6
11-
env: PHPUNIT_VERSION=5.6.*
8+
env:
9+
- PHPUNIT_VERSION=5.6.*
10+
- TEST_SUITE=samples
1211
dist: trusty
1312
- php: 7.0
14-
env: PHPUNIT_VERSION=5.6.*
13+
env:
14+
- PHPUNIT_VERSION=5.6.*
15+
- TEST_SUITE=samples
1516
dist: trusty
1617
- php: 7.1
17-
env: PHPUNIT_VERSION=5.7.*
18+
env:
19+
- PHPUNIT_VERSION=5.7.*
20+
- TEST_SUITE=samples
1821
dist: trusty
1922
- php: 7.2
20-
env: PHPUNIT_VERSION=8.5.*
23+
env:
24+
- PHPUNIT_VERSION=8.5.*
25+
- TEST_SUITE=samples
2126
dist: bionic
2227
- php: 7.3
23-
env: PHPUNIT_VERSION=9.5.*
28+
env:
29+
- PHPUNIT_VERSION=9.5.*
30+
- TEST_SUITE=samples
2431
dist: bionic
2532
- php: 7.4
26-
env: PHPUNIT_VERSION=9.5.*
33+
env:
34+
- PHPUNIT_VERSION=9.5.*
35+
- TEST_SUITE=samples
2736
dist: bionic
2837
- php: 8.0
29-
env: PHPUNIT_VERSION=9.5.*
38+
env:
39+
- PHPUNIT_VERSION=9.5.*
40+
- TEST_SUITE=samples
3041
dist: bionic
3142

3243
before_install:

0 commit comments

Comments
 (0)