This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Remove autoload.php, update composer packages and tests
- Loading branch information
1 parent
ab278f0
commit e44dd67
Showing
6 changed files
with
54 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
/.project | ||
*.*~ | ||
vendor/ | ||
temporary/*.txt | ||
temporary/zend_cache* | ||
autoconf.php | ||
.settings | ||
.idea/ | ||
.DS_Store | ||
libraries/bin/ | ||
libraries/phpunit/ | ||
libraries/symfony/ | ||
|
||
/temporary/* | ||
!/temporary/.htaccess | ||
|
||
# the kimai config file | ||
/includes/autoconf.php | ||
|
||
/libraries/* | ||
# libraries that will be autoloaded but cannot be fetched from external repositories | ||
!/libraries/Kimai | ||
!/libraries/jQuery | ||
!/libraries/phpclasses | ||
!/libraries/phpjs | ||
!/libraries/TinyButStrong | ||
/bin/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
language: php | ||
|
||
php: | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 | ||
- 7.0 | ||
- 7.1 | ||
- hhvm | ||
|
||
matrix: | ||
allow_failures: | ||
- php: 7.1 | ||
- php: hhvm | ||
|
||
before_script: | ||
- ./.travis.install.sh | ||
|
||
script: | ||
- ./libraries/bin/phpunit --configuration=phpunit.travis.xml | ||
language: php | ||
|
||
php: | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 | ||
- 7.0 | ||
- 7.1 | ||
- hhvm | ||
|
||
matrix: | ||
allow_failures: | ||
- php: hhvm | ||
|
||
before_script: | ||
- ./.travis.install.sh | ||
|
||
script: | ||
- ./libraries/bin/phpunit --configuration=phpunit.travis.xml | ||
|
||
dist: trusty |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.