Skip to content

Commit 16208c1

Browse files
committed
Fix travis.yml
1 parent 5c7a1ee commit 16208c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ php:
33
- 5.5
44
install: composer install --dev
55
before_script:
6-
- ' git config --global user.email "[email protected]"
7-
- ' git config --global user.name "Travis CI"
6+
- git config --global user.email "[email protected]"
7+
- git config --global user.name "Travis CI"

0 commit comments

Comments
 (0)