Skip to content

Commit 8615b26

Browse files
committed
Fix: Add some vertical whitespace
1 parent 418ae78 commit 8615b26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
language: php
2+
23
php:
34
- 5.5
5+
46
env:
57
global:
68
secure: Yc+Xohkr/iEUU7FCQuSLXAE9ywNW9g6CfrM1Ki0Hl+fS15F3AXT7dFY8EyCJ4dP1/oI0dBmwrGWrltXV0XWIjGV1Ms3tefCgQpBBAqwT+hImzVP3RbpZW8Iyo2d0VgiDemQF1LWYD/pKu6d8WljTnv5D77NIMdEJjQ0uzeTLWdw=
9+
710
install: composer install --dev
11+
812
before_script:
913
- git config --global user.email "travis-ci@codeclimate.com"
1014
- git config --global user.name "Travis CI"
15+
1116
after_script:
1217
- php composer/bin/test-reporter

0 commit comments

Comments
 (0)