Merge pull request #171 from parsecsv/travis-conf-bu

Travis conf didn't match schema
This commit is contained in:
susgo
2019-07-27 12:11:55 +02:00
committed by GitHub
2 changed files with 13 additions and 9 deletions

View File

@@ -13,3 +13,6 @@ insert_final_newline = true
[composer.json] [composer.json]
indent_size = 4 indent_size = 4
[.travis.yml]
indent_size = 2

View File

@@ -1,12 +1,12 @@
language: php language: php
php: php:
- 7.3 - '7.3'
- 7.2 - '7.2'
- 7.1 - '7.1'
- 7.0 - '7.0'
- 5.6 - '5.6'
- 5.5 - '5.5'
before_install: before_install:
- composer update - composer update
@@ -18,6 +18,7 @@ script:
notifications: notifications:
email: email:
- will.knauss@gmail.com recipients:
on_success: never - will.knauss@gmail.com
on_failure: always on_success: never
on_failure: always