Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Commit b52b447

Browse files
committed
Use consistent indentation in .travis.yml
1 parent b7d0de2 commit b52b447

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22
install:
3-
- rm -rf vendor
4-
- composer install
3+
- rm -rf vendor
4+
- composer install
55
script:
6-
- vendor/bin/phpunit
6+
- vendor/bin/phpunit
77
sudo: false
88
php:
99
- 7.1

0 commit comments

Comments
 (0)