Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Fix: Consistently indent with 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 25, 2019
1 parent 674d89a commit fa364d2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ language: php
dist: precise

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly

matrix:
allow_failures:
- nightly
allow_failures:
- nightly

cache:
directories:
Expand All @@ -25,6 +25,6 @@ before_install:
- phpenv config-rm xdebug.ini || true

before_script:
- travis_retry composer install --no-interaction --prefer-dist
- travis_retry composer install --no-interaction --prefer-dist

script: make sniff test

0 comments on commit fa364d2

Please sign in to comment.