This repository has been archived by the owner on May 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug #7, PHP-lint and travis-ci fixes [iet:10993886]
- Loading branch information
Showing
5 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
# see http://about.travis-ci.org/docs/user/languages/php/ | ||
language: php | ||
php: | ||
#- 5.5 | ||
- 5.6 | ||
#- 7.0 | ||
#- 5.6 | ||
- 7.1 | ||
#- hhvm | ||
|
||
git: | ||
depth: 3 | ||
|
||
before_install: | ||
- composer self-update | ||
- composer --version | ||
#- composer self-update | ||
#- composer --version | ||
|
||
install: | ||
- composer install | ||
|
@@ -24,7 +23,9 @@ script: | |
- composer lint | ||
- ./vendor/bin/phpcs --standard=./phpcs.xml -n --encoding=utf-8 --extensions=php index.php | ||
|
||
after_script: composer test | ||
|
||
notifications: | ||
#- [email protected] | ||
|
||
#End. | ||
# End. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters