Skip to content

Commit 766687e

Browse files
authored
Moved TEST_COMMAND to global section
I did also add php 7.2
1 parent 1627ff4 commit 766687e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ php:
1111
- 5.6
1212
- 7.0
1313
- 7.1
14+
- 7.2
1415

1516
env:
16-
- TEST_COMMAND="composer test"
17+
global:
18+
- TEST_COMMAND="composer test"
1719

1820
branches:
1921
except:

0 commit comments

Comments
 (0)