Skip to content

Commit ec8b389

Browse files
authored
Merge pull request #9 from localheinz/fix/travis
Fix: Use appropriate sections for Travis configuration
2 parents 35b438a + 1f2c984 commit ec8b389

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
@@ -8,8 +8,10 @@ php:
88
- 7.1
99
- 7.2
1010
- 7.3
11-
before_script:
11+
12+
install:
1213
- composer install
14+
1315
script:
1416
- vendor/bin/phing
1517
- >

0 commit comments

Comments
 (0)