mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
Bugfix: Remove tab characters from .travis.yaml
This commit is contained in:
parent
55fa08e2c7
commit
3e99d591b1
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- nightly
|
||||
- 5.5
|
||||
- 5.6
|
||||
- nightly
|
||||
|
||||
before_script: ./build.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue