We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7a1ee commit 16208c1Copy full SHA for 16208c1
.travis.yml
@@ -3,5 +3,5 @@ php:
3
- 5.5
4
install: composer install --dev
5
before_script:
6
- - ' git config --global user.email "[email protected]"
7
- - ' git config --global user.name "Travis CI"
+ - git config --global user.email "[email protected]"
+ - git config --global user.name "Travis CI"
0 commit comments