Skip to content

Commit 6ce4b34

Browse files
committed
fixing travis.yml
1 parent 33e0c1d commit 6ce4b34

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: php
2-
dist: trusty
3-
sudo: false
2+
dist: trusty
3+
sudo: false
44

5-
php:
6-
- 7.4
5+
php:
6+
- 7.4
77

8-
install:
9-
- composer install --no-interaction --no-progress --no-suggest --optimize-autoloader
8+
install:
9+
- composer install --no-interaction --no-progress --no-suggest --optimize-autoloader
1010

11-
script:
12-
- ./vendor/bin/phpunit -c phpunit.xml
11+
script:
12+
- ./vendor/bin/phpunit -c phpunit.xml

0 commit comments

Comments
 (0)