Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fixed yml formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Roumen Damianoff committed Aug 25, 2017
1 parent f44f9ce commit c1d11ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Expand Up @@ -8,5 +8,9 @@ trim_trailing_whitespace = true
indent_style = tab
indent_size = 2

[{package.json,.travis.yml}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
20 changes: 10 additions & 10 deletions .travis.yml
@@ -1,24 +1,24 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 5.6
- 7.0
- 7.1

matrix:
include:
- php: hhvm
dist: trusty
include:
- php: hhvm
dist: trusty

sudo: false

branches:
only:
- master
- master

before_script:
- composer self-update
- composer install
- composer self-update
- composer install

script:
- vendor/bin/phpunit
- vendor/bin/phpunit

0 comments on commit c1d11ec

Please sign in to comment.